From: Pauli N. <su...@gm...> - 2010-03-21 17:43:10
|
On Sun, Mar 21, 2010 at 6:16 PM, Denat Hulaiichun <De...@de...> wrote: > Oh, the demos have executables already in the demos folder. I tried > doing make again, it said nothing to be done for 'default'. If the make > i did before made those, how do I compile new gl applications, do I need > to create a similar makefile every time? or is there a way to do the > includes easier with gcc? > make clean && make will recompile everything there. Minimum rrequirement to build gl stuff is to have the path to gl headers in include path. Also you need to link against libraries that you use (gl & glut most likely) > It looks like mesa's almost working for me.., > Denat > |