You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ wget https://github.com/Kitware/CMake/releases/download/v3.15.2/cmake-3.15.2.tar.gz
$ tar -xvzf cmake-3.15.2.tar.gz
$ cd cmake-3.15.2/
$ ./bootstrap
$ make -j 8
$ sudo make install
$ cd -
Ninja
sudo apt install ninja-build
nlohmann_json
$ git clone https://github.com/nlohmann/json.git
$ cd json
$ cmake -DJSON_BuildTests=OFF .
$ sudo make install
$ cd -
install build essential, gcc toolchain and switch to use gcc/g++-9 as default
download & install boost:
OpenSSL
CMake, reload shell after installation
Ninja
nlohmann_json
PostgreSQL
In WSL, PostgreSQL must be manually started each time
Create niba database
Load schemas/niba_player.sql into niba, and actual data dump(eg. schemas/niba_static.sql) into niba_static
Allow access to PostgreSQL on unix sockets
/etc/postgresql/10/main/pg_hba.conf
changepeer
totrust
for unix socket and user postgres (eg. the first uncommented line in the file)sudo service postgresql restart
Build, if it doesn't run most likely database access permission is not setup properly
Test
Optionally install
The text was updated successfully, but these errors were encountered: