On Sat, 2007-11-03 at 16:59 +0100, olaf hochherz wrote: > the debug folder seems to be the big part of nova. > do i need this? > whats inside? > how could i prevent scons form creating the debug stuff?
the source files are in the subfolder ./source. the binaries are built in the folders ./debug and ./release. in each directory, the object files are build for both the command line interpreter and the python module, which is used by the pyqt gui ... the binaries in the ./debug forders are especially big, since they contain both the unoptimized machine code and the debugging information... if you just want to build the release of the python module for the gui, run "scons release/py_nova.so" ... cheers, tim -- [EMAIL PROTECTED] ICQ: 96771783 http://tim.klingt.org After one look at this planet any visitor from outer space would say "I want to see the manager." William S. Burroughs
signature.asc
Description: This is a digitally signed message part
_______________________________________________ nova-dev mailing list [email protected] http://klingt.org/cgi-bin/mailman/listinfo/nova-dev http://tim.klingt.org/nova
