added sh file for start in linux
This commit is contained in:
parent
613d809b43
commit
666bfc1b37
0
GameWorld.cpp
Normal file
0
GameWorld.cpp
Normal file
0
GameWorld.h
Normal file
0
GameWorld.h
Normal file
0
InputManager.cpp
Normal file
0
InputManager.cpp
Normal file
0
InputManager.h
Normal file
0
InputManager.h
Normal file
7
start.sh
Executable file
7
start.sh
Executable file
@ -0,0 +1,7 @@
|
||||
g++ Game.cpp main.cpp Math.cpp OpenGlExtensions.cpp Physics.cpp Renderer.cpp ShaderManager.cpp TextureManager.cpp Utils.cpp BoneAnimatedModel.cpp ObjLoader.cpp cmakeaudioplayer/src/AudioPlayer.cpp TextModel.cpp Inventory.cpp -o sdl_app -O2 -std=c++17 \
|
||||
-I cmakeaudioplayer/include \
|
||||
$(pkg-config --cflags --libs sdl2 gl) \
|
||||
$(pkg-config --cflags --libs vorbis vorbisfile ogg) \
|
||||
-lopenal
|
||||
|
||||
./sdl_app
|
||||
Loading…
Reference in New Issue
Block a user