Page 2 of 2

Posted: Mon May 05, 2008 8:40 pm
by Getafix
NOTE: If you have gnustep-make >= v2.0.0 then you should edit the GNUmakefile.postamble to the following:

Code: Select all

ifeq ($(debug),yes)
	EXTENSION=debug
	SHAREDOBJ=obj
else
	EXTENSION=app
	SHAREDOBJ=obj
endif
and to finally build OOlite execute:

Code: Select all

make debug=no
(for further information read the GNUstep Make Release Notes)

Posted: Mon May 05, 2008 8:57 pm
by JensAyton
Good point, that too.

Posted: Sat May 10, 2008 4:10 pm
by Getafix
Instructions on how to build Oolite in Ubuntu 8.04 32/64bit are now posted here. Since Ubuntu is a debian linux distro, I hope it will be useful not only to Ubuntu users.