Changeset 87cfede in opengl-game for makefile


Ignore:
Timestamp:
Jan 14, 2024, 2:03:00 AM (8 months ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Parents:
6d698e5
Message:

Update makefile to work in Linux, and update the build docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • makefile

    r6d698e5 r87cfede  
    3535endif
    3636ifeq ($(OS),Linux)
    37         #LIBS = `pkg-config --static --libs sdl2`
    38         LIBS =
    39         LIBS := -lvulkan $(LIBS) -lSDL2 -lSDL2_image -lSDL2_ttf # TODO: figure out how to statically link these, ideally using pkg-config
     37        LIBS = `pkg-config --static --libs vulkan sdl2`
    4038endif
    4139
     
    7472.PHONY: shaders
    7573shaders:
    76         ./compile.sh
     74        bash compile.sh
    7775
    7876clean:
Note: See TracChangeset for help on using the changeset viewer.