Server-Root/build_teaspeak.sh
WolverinDEV 326df42dc3 updates
2018-08-09 12:20:42 +02:00

11 lines
404 B
Bash
Executable File

cd TeaSpeak
if [ -d build ]; then
rm -r build
fi
mkdir build && cd build
cmake .. -DCMAKE_CXX_FLAGS="-I/usr/local/mysql/connector-c++-8.0/include/jdbc/ -I../../../libraries/boringssl/include/ -D_GLIBCXX_USE_CXX11_ABI=1" -DDISABLE_CUSTOM_OUTPUT=ON
cmake --build `pwd` --target ProviderFFMpeg -- -j 12
cmake --build `pwd` --target ProviderYT -- -j 12
cmake --build `pwd` --target TeaSpeakServer -- -j 12