For discussion of ports to POSIX based systems, especially using GNUStep.
Moderators: winston , another_commander , Getafix
Getafix
Quite Grand Sub-Admiral
Posts: 979 Joined: Tue Apr 01, 2008 12:55 pm
Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
Contact:
Post
by Getafix » Mon May 05, 2008 8:40 pm
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:
(for further information read the
GNUstep Make Release Notes )
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore ]
JensAyton
Grand Admiral Emeritus
Posts: 6657 Joined: Sat Apr 02, 2005 2:43 pm
Location: Sweden
Contact:
Post
by JensAyton » Mon May 05, 2008 8:57 pm
Good point, that too.
Getafix
Quite Grand Sub-Admiral
Posts: 979 Joined: Tue Apr 01, 2008 12:55 pm
Location: A small ice asteroid, orbiting Oresrati in Galaxy 8 (a.k.a. northwest Armorica).
Contact:
Post
by Getafix » Sat May 10, 2008 4:10 pm
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.
"Any sufficiently advanced information is indistinguishable from noise." [Newman, Lachmann, Moore ]