Changeset 78c3045 in opengl-game for makefile


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
  • 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.