Server-Root/libraries/build_event.sh

5 lines
78 B
Bash
Raw Normal View History

2018-08-08 10:21:32 -04:00
cd event/build/
cmake .. -DCMAKE_C_FLAGS="-fPIC"
make -j 12
2018-08-08 15:51:41 -04:00
sudo make install