Skip to content
Snippets Groups Projects
Unverified Commit 2cf80d61 authored by Nils Petter Skålerud's avatar Nils Petter Skålerud Committed by GitHub
Browse files

Added simple instructions to build project.

parent 08b9ebd4
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,10 @@ Game engine project by Didgy (Nils Petter Skålerud) ...@@ -5,10 +5,10 @@ Game engine project by Didgy (Nils Petter Skålerud)
How to build: How to build:
Windows: Windows:
The project can be built as-is on MSVC and MinGW The project can be built as-is on MSVC and MinGW using CMake
Linux: Linux:
Currently not supported. Will support if I find an elegant solution for GLFW, or whenever I go back to SDL2 for windowing. Should just be a matter of doing cmake ./ and then make in terminal. Will write detailed
Ubuntu packages required to build: Ubuntu packages required to build:
libglew-dev libglew-dev
...@@ -16,6 +16,13 @@ libglfw3-dev ...@@ -16,6 +16,13 @@ libglfw3-dev
NOTE! 32-bit is not supported. NOTE! 32-bit is not supported.
How to install:
git clone https://github.com/Didgy74/DEngine.git
git submodule init
git submodule update
cmake ./
make
The engine uses the following libraries: The engine uses the following libraries:
* GLEW * GLEW
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment