moj skrypt do uruchamiania na linuxie

This commit is contained in:
Artur Tamborski 2021-02-09 00:36:06 +01:00
parent 4425414bce
commit 2125b175a0

13
build.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
rm a.out || true
g++ \
-g \
-I../LearnOpenGL/configuration/ \
-I../LearnOpenGL/includes/ \
glad.c opengl_test35.cpp \
-L/usr/local/lib \
-ldl -lglfw -lrt -lm -ldl -lGLEW -lassimp \
&& \
./a.out