Changeset 885f0bb in opengl-game


Ignore:
Timestamp:
Jun 14, 2018, 2:15:55 PM (7 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
c9af90a
Parents:
cf2d1e5
Message:

Update readme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • README.txt

    rcf2d1e5 r885f0bb  
    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.