Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/branches/gui/doc/program_examples/openGL/compile @ 1860

Last change on this file since 1860 was 1860, checked in by bensch, 20 years ago

orxonox/branches/gui: merged Version of branches/bensch and trunk and modified the makefile

  • Property svn:executable set to *
File size: 323 bytes
Line 
1
2#gcc -I/usr/local/include -I/GL -I/usr/include -c $argv[1].c
3#echo 'compile finished - linking'
4#gcc -o $argv[1] -o32 gl_test.o \
5#-L/usr/local/lib -L/usr/lib -lglut -L/lib -lm
6
7gcc cube.c -lglut -ffast-math -lMesaGLU -lMesaGL -lm -L/usr/X11/lib \
8-L/usr/X11R6/lib -lX11 -lXext -lXmu -lXt -lXi -lSM -lICE -o cube
9
10
11##end
12
Note: See TracBrowser for help on using the repository browser.