feature/imgui-sdl
points-test
Last change
on this file since 5a643d3 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
|
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 |
|
---|
[5a643d3] | 12 | Installation Instructions for OSX
|
---|
| 13 | ---------------------------------------
|
---|
| 14 |
|
---|
| 15 | Run 'xcode-select --install'
|
---|
| 16 | This should make g++ check for libraries in /usr/local/
|
---|
| 17 |
|
---|
[cfda3b2] | 18 | Installation Instructions for Windows
|
---|
| 19 | ---------------------------------------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.