2020-05-03 16:09:41 +00:00
|
|
|
# Building
|
2020-02-20 02:54:31 +00:00
|
|
|
|
2020-05-03 16:09:41 +00:00
|
|
|
1. Get the source code:
|
|
|
|
`git clone --recursive https://gitea.burntworld.ca/kienan/game-test.git`
|
|
|
|
2. Install build dependencies:
|
|
|
|
`sudo apt install build-essential cmake freeglut3-dev libgl-dev libglew-dev libglfw3-dev libglm-dev libglx-dev libopengl-dev`
|
|
|
|
3. Create the makefiles:
|
|
|
|
`mkdir -p game-test/build && cd game-test/build && cmake ..`
|
|
|
|
4. Build:
|
|
|
|
`make`
|
|
|
|
|
|
|
|
# Running the client
|
|
|
|
|
|
|
|
`./client_imgui`
|