Server-Root/libraries/build_tom.sh
2019-01-21 21:06:30 +01:00

7 lines
249 B
Bash
Executable File

cd tommath/build
cmake .. -DCMAKE_CXX_FLAGS="${CXX_FLAGS}" -DCMAKE_C_FLAGS="${C_FLAGS}" -DCMAKE_BUILD_TYPE=RelWithDebInfo ${CMAKE_OPTIONS}
make ${CMAKE_MAKE_OPTIONS}
sudo make install
cd ../../tomcrypt/
chmod +x create_build.sh && ./create_build.sh