mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-09 11:26:32 +00:00
CMake based build system.
Some people might find this handly
This commit is contained in:

committed by
Benjamin N. summerton

parent
0fc1323c80
commit
e173db19f7
@@ -189,7 +189,7 @@ ifeq ($(PLATFORM),PLATFORM_DESKTOP)
|
||||
# libraries for Debian GNU/Linux desktop compiling
|
||||
# requires the following packages:
|
||||
# libglfw3-dev libopenal-dev libegl1-mesa-dev
|
||||
LIBS = -lraylib -lglfw3 -lGL -lopenal -lm -lpthread -ldl
|
||||
LIBS = -lraylib -lglfw -lGL -lopenal -lm -lpthread -ldl
|
||||
# on XWindow requires also below libraries
|
||||
LIBS += -lX11 -lXrandr -lXinerama -lXi -lXxf86vm -lXcursor
|
||||
else
|
||||
|
Reference in New Issue
Block a user