Konsta 'sooda' Hölttä a083256fbf ogl_editor: initial SDL window code
graphics visible!
2013-06-23 15:42:22 +03:00

3 lines
98 B
Plaintext

gcc -c `sdl-config --cflags` src/linux/*.c -I emgui/include/ -DEMGUI_UNIX
gcc *.o -lSDL -lGL -lm