Changes in / [8d5e67b:c9af90a] in opengl-game


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    r8d5e67b rc9af90a  
    44sudo apt-get install xorg-dev  libglew-dev libglm-dev
    55
    6 make game
     6make newgame && ./newgame
    77
    8 (Old Linux instructions for compuling game.cpp)
     8(Old Linux instructions for compiling game.cpp)
    99-sudo apt-get install cmake xorg-dev  libglew-dev libglu1-mesa-dev freeglut3-dev mesa-common-dev
    1010-
     
    2525This should make g++ check for libraries in /usr/local/
    2626
     27make newgame && ./newgame
     28
    2729Installation Instructions for Windows
    2830---------------------------------------
Note: See TracChangeset for help on using the changeset viewer.