Browse Source

brotli 压缩安装更新

zjcqoo 6 years ago
parent
commit
9ea8fd3f6c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      log-svc/setup-brotli.sh

+ 1 - 3
log-svc/setup-brotli.sh

@@ -1,15 +1,13 @@
 #!/usr/bin/env bash
 # 功能:安装 brotli 压缩工具
-# 依赖:cmake(yum install -y cmake)
 
 git clone --depth 1 https://github.com/google/brotli.git
 cd brotli
 
-./configure-cmake
 make
 
 mkdir -p ~/tools
-mv brotli ~/tools
+mv bin/brotli ~/tools
 
 cd ..
 rm -rf brotli