Placeholder
Go to file
kienan d6465aafe6 Update build instructions 2020-05-03 12:09:41 -04:00
3rdparty Recommit nuklear as a submodule 2019-09-22 20:23:39 -04:00
src Enable depth test 2020-02-25 23:47:14 -05:00
.gitignore Initial commit 2019-09-03 00:07:40 -04:00
.gitmodules Recommit nuklear as a submodule 2019-09-22 20:23:39 -04:00
CMakeLists.txt Enable debug mode for builds by default 2020-02-06 23:21:42 -05:00
README.md Update build instructions 2020-05-03 12:09:41 -04:00

README.md

Building

  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