mirror of
https://github.com/swg-ostrich/stationapi.git
synced 2026-01-17 00:05:22 -05:00
11 lines
228 B
Bash
Executable File
11 lines
228 B
Bash
Executable File
# dependencies
|
|
sudo apt-get install libboost-dev libboost-program-options-dev sqlite3 libsqlite3-dev
|
|
|
|
# copy udp library
|
|
cp -a udplibrary externals/udplibrary
|
|
|
|
# make
|
|
rm -rf build; mkdir build; cd build
|
|
cmake ..
|
|
cmake --build .
|