Changeset 78c3045 in opengl-game for docs


Ignore:
Timestamp:
Dec 5, 2020, 1:17:28 AM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl, master
Children:
e66fd66
Parents:
c205c3a
Message:

Update the Linux build instructions and makefile recipe for the OpenGL version of the game

File:
1 edited

Legend:

Unmodified
Added
Removed
  • docs/README.txt

    rc205c3a r78c3045  
    22---------------------------------------
    33
    4 sudo apt-get install xorg-dev  libglew-dev libglm-dev
     4sudo apt-get install xorg-dev  libglew-dev libglm-dev libglfw3-dev
    55
    6 make newgame && ./newgame
     6make openglref && ./openglref
    77
    88(Old Linux instructions for compiling game.cpp)
Note: See TracChangeset for help on using the changeset viewer.