Server-Root/libraries/build_tom.sh

7 lines
261 B
Bash
Raw Normal View History

2018-08-08 14:21:32 +00:00
cd tommath/build
2019-05-27 19:01:09 +02:00
cmake .. -DCMAKE_CXX_FLAGS="-fPIC ${CXX_FLAGS}" -DCMAKE_C_FLAGS="-fPIC ${C_FLAGS}" -DCMAKE_BUILD_TYPE=RelWithDebInfo ${CMAKE_OPTIONS}
2018-08-09 12:38:44 +02:00
make ${CMAKE_MAKE_OPTIONS}
2018-08-08 19:51:41 +00:00
sudo make install
2018-08-08 14:21:32 +00:00
cd ../../tomcrypt/
chmod +x create_build.sh && ./create_build.sh