feature/imgui-sdl
points-test
Rev | Line | |
---|
[cfda3b2] | 1 | Installation Instructions for Linux
|
---|
| 2 | ---------------------------------------
|
---|
| 3 |
|
---|
[fe70cd3] | 4 | sudo apt-get install xorg-dev libglew-dev libglm-dev
|
---|
[cfda3b2] | 5 |
|
---|
[669c4e6] | 6 | make game
|
---|
| 7 |
|
---|
[fe70cd3] | 8 | (Old Linux instructions for compuling game.cpp)
|
---|
| 9 | -sudo apt-get install cmake xorg-dev libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
|
---|
| 10 | -
|
---|
| 11 | --Compile GLFW3 from source
|
---|
| 12 | - (cmake . && make && sudo make install)
|
---|
[cfda3b2] | 13 |
|
---|
[5a643d3] | 14 | Installation Instructions for OSX
|
---|
| 15 | ---------------------------------------
|
---|
| 16 |
|
---|
[4d52702] | 17 | Install and link glfw and glew using homebrew. This should place all necessary
|
---|
| 18 | files (or possibly symlinks to them) in /usr/loca/include and /usr/local/lib.
|
---|
| 19 |
|
---|
[5a643d3] | 20 | Run 'xcode-select --install'
|
---|
| 21 | This should make g++ check for libraries in /usr/local/
|
---|
| 22 |
|
---|
[cfda3b2] | 23 | Installation Instructions for Windows
|
---|
| 24 | ---------------------------------------
|
---|
[4d52702] | 25 |
|
---|
[4813066] | 26 | Download the precompiled 32bit binaries of GLFW, GLEW, and glm (a header-only
|
---|
| 27 | library). Create lib/ and include/ folders in the root opengl-game directory
|
---|
| 28 | you cloned. Copy the include/GL/, include/GLFW/, and glm/ folders into your
|
---|
| 29 | include/ folder and all the files in the lib/ folders of the GLFW and GLEW
|
---|
| 30 | libraries into your lib/ folder (glm has no lib/ folder). This should be enough
|
---|
| 31 | to compile and run the project.
|
---|
Note:
See
TracBrowser
for help on using the repository browser.