Changeset c9af90a in opengl-game


Ignore:
Timestamp:
Jun 15, 2018, 1:26:02 AM (7 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
c3c3158
Parents:
8d5e67b (diff), 885f0bb (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of medievaltech.com:opengl-game

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.