Changeset fe70cd3 in opengl-game for README.txt


Ignore:
Timestamp:
Jun 28, 2017, 3:12:16 AM (8 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
4813066, 669c4e6
Parents:
92bc4fe
Message:

Update the build instructions for Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    r92bc4fe rfe70cd3  
    44---------------------------------------
    55
    6 -Compile GLEW from source
    7  (download and follow the instructions in README.md)
     6sudo apt-get install xorg-dev  libglew-dev libglm-dev
    87
    9 sudo apt-get install cmake xorg-dev  libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
    10 
    11 -Compile GLFW3 from source
    12  (cmake . && make && sudo make install)
     8(Old Linux instructions for compuling game.cpp)
     9-sudo apt-get install cmake xorg-dev  libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
     10-
     11--Compile GLFW3 from source
     12- (cmake . && make && sudo make install)
    1313
    1414Installation Instructions for OSX
Note: See TracChangeset for help on using the changeset viewer.