[Gtkradiant] [Bug 826] OS X port

gtkradiant@zerowing.idsoftware.com gtkradiant@zerowing.idsoftware.com
Sun, 19 Oct 2003 18:02:15 -0500


http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=826





------- Additional Comments From ttimo@idsoftware.com  2003-10-19 18:02 -------
checked in a whole bunch of things:

$ scons BUILD=info
will produce a tarball and a .info for end-user distribution
the .info is set to download that release tarball, and do all the compiling
all we'll need to hand out to end users is this .info files, and the usual
instructions about setting up fink, switching to fink unstable

the .info needs to be copied to /sw/fink/dists/local/main/finkinfo/games/
and then, $ fink install radiant .. once the .deb is built and installed by
fink, last step is to run radiant-setup to configure everything.

NOTE: when you call BUILD=info, scons will do large checkouts of the needed
content ( source and media ). That part can take a long time. Monitor
/tmp/GtkRadiant* directory to follow the progress.

One of the main things would be to verify that the dependencies list is
accurate. A sure way to do this is to move existing /sw out of the way, to
install fink, switch to unstable, get the .info and try installing it. If
there's any missing dependency, it will be obvious.

the .info is at:
http://zerowing.idsoftware.com/osx/
NOTE: you should not need to manually d/l the tarball, the .info will do that
for you