source: opengl-game/README.txt@ 669c4e6

feature/imgui-sdl points-test
Last change on this file since 669c4e6 was 669c4e6, checked in by Dmitry Portnoy <dmp1488@…>, 7 years ago

Change the README

  • Property mode set to 100644
File size: 1.2 KB
Line 
1TODO: Make sure the instructions in this README still work and, if not, update them
2
3Installation Instructions for Linux
4---------------------------------------
5
6sudo apt-get install xorg-dev libglew-dev libglm-dev
7
8make game
9
10(Old Linux instructions for compuling game.cpp)
11-sudo apt-get install cmake xorg-dev libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
12-
13--Compile GLFW3 from source
14- (cmake . && make && sudo make install)
15
16Installation Instructions for OSX
17---------------------------------------
18
19Install and link glfw and glew using homebrew. This should place all necessary
20files (or possibly symlinks to them) in /usr/loca/include and /usr/local/lib.
21
22Run 'xcode-select --install'
23This should make g++ check for libraries in /usr/local/
24
25Installation Instructions for Windows
26---------------------------------------
27
28Download the precompiled 32bit binaries of GLFW and GLEW.
29Create /lib and /include folders and add the paths to those folders to the
30VC++ project. Copy the include/GL and include/GLFW folders into your /include
31folder and all the files in the include folders of both libraries into your /lib
32folder. This should be enough to compile and run the project.
Note: See TracBrowser for help on using the repository browser.