source: opengl-game/README.txt@ 15c7ed9

feature/imgui-sdl points-test
Last change on this file since 15c7ed9 was 5a643d3, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 8 years ago

Change the makefile to support building for OSX and Linux

  • Property mode set to 100644
File size: 564 bytes
Line 
1Installation Instructions for Linux
2---------------------------------------
3
4-Compile GLEW from source
5 (download and following the instructions in README.md)
6
7sudo apt-get install cmake xorg-dev libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
8
9-Compile GLFW3 from source
10 (cmake . && make && sudo make install)
11
12Installation Instructions for OSX
13---------------------------------------
14
15Run 'xcode-select --install'
16This should make g++ check for libraries in /usr/local/
17
18Installation Instructions for Windows
19---------------------------------------
Note: See TracBrowser for help on using the repository browser.