修改目标文件目录

This commit is contained in:
xiongziliang
2017-06-20 14:37:09 +08:00
parent f3b5c8f75b
commit 20344feec0
4 changed files with 8 additions and 8 deletions

View File

@@ -13,8 +13,8 @@ cd $path
cd ..
git clone --depth=50 https://github.com/xiongziliang/ZLMediaKit.git
cd ZLMediaKit
mkdir -p build
cd build
mkdir -p linux_build
cd linux_build
cmake ..
make -j4
sudo make install