1
1
Fork 0
mirror of https://github.com/QB64Official/qb64.git synced 2024-07-08 10:15:15 +00:00
qb64/internal/c/makeline_osx.txt

5 lines
372 B
Plaintext
Raw Normal View History

2019-02-14 11:16:59 +00:00
g++ -w qbx.cpp -framework OpenGL -framework IOKit -framework GLUT -framework OpenGL -framework Cocoa -lcurses -o
(below for reference purposes only, above is minimum viable)
2019-02-14 11:16:59 +00:00
g++ -w qbx.cpp -framework ApplicationServices -framework OpenGL -framework IOKit -framework CoreServices -framework CoreFoundation -framework GLUT -framework OpenGL -framework Cocoa -lcurses -o