feature/imgui-sdl
points-test
Last change
on this file since a6edbfb 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
|
Rev | Line | |
---|
[cfda3b2] | 1 | Installation Instructions for Linux
|
---|
| 2 | ---------------------------------------
|
---|
| 3 |
|
---|
| 4 | -Compile GLEW from source
|
---|
| 5 | (download and following the instructions in README.md)
|
---|
| 6 |
|
---|
| 7 | sudo 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 |
|
---|
| 12 | Installation Instructions for Windows
|
---|
| 13 | ---------------------------------------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.