Update build scripts

This commit is contained in:
Tindy X
2020-03-18 19:24:10 +08:00
parent 4dd81f9f02
commit 5c6e7209a6
2 changed files with 2 additions and 3 deletions

View File

@@ -7,11 +7,11 @@ apk add openssl-dev openssl-libs-static curl curl-dev curl-static nghttp2-static
git clone https://github.com/jbeder/yaml-cpp
cd yaml-cpp
cmake -DYAML_CPP_BUILD_TESTS=OFF -DYAML_CPP_BUILD_TOOLS=OFF . > /dev/null
make install -j4 > /dev/null
make install -j2 > /dev/null
cd ..
cmake .
make -j4
make -j2
rm subconverter
g++ -o base/subconverter CMakeFiles/subconverter.dir/src/*.o -static -lpcre2-8 -levent -lyaml-cpp -lcurl -lnghttp2 -lssl -lcrypto -lz -lbz2 -ldl -lpthread -O3 -s