source: opengl-game/README.txt@ cfda3b2

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

Create a simple window and a Linux makefile

  • Property mode set to 100644
File size: 403 bytes
RevLine 
[cfda3b2]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 Windows
13---------------------------------------
Note: See TracBrowser for help on using the repository browser.