PortaboomThe contents of this website are Copyright (c)2005 by Brian Manning <brian at antlinux dot com>. Please do not reuse any of the content on this website without permission from the author.
Wikipedia links:
See the Portaboom Google Code Wiki for a list of ports that compile under Linux. The info on this page is old an outdated.
cd into the source
cp makefile Makefile
mv makefile makefile.old
Makefile, make the following changes:
BIN directory to be $PWD
BIN=./bin
O=./objs
-mpentium to -powerpc
legacy.dat search directories
linux_x/i_system.c, change one of the DEFAULT[WADLOCATION|SEARCHPATH]* strings so the location of legacy.dat matches where you put it on the filesystem
#define DEFAULTWADLOCATION2 "/usr/share/games/doom"
To compile DoomLegacy
mkdir ../bin
makefile to Makefile, then run make LINUX=1