Changeset 78c3045 in opengl-game


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

Files:
2 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)
  • makefile

    rc205c3a r78c3045  
    1414endif
    1515ifeq ($(OS),Linux)
    16         DEP = -lglfw3 -lGLEW -lGL -ldl -lX11 -lXrandr -lXxf86vm -lXinerama -lXcursor -pthread
     16        DEP = -lglfw -lGLEW -lGL -ldl -lX11 -lXrandr -lXxf86vm -lXinerama -lXcursor -pthread
    1717endif
    1818
Note: See TracChangeset for help on using the changeset viewer.