Goal: To get the latest version of megatunix installed with minimal fuss.
Prorequisites:
- OS-X box (Only Tested on PPC 10.4 (Tiger) on a G4 mini) but should work on Intel Macs as of 10.4 as darwinports has a universal binary)
- Xcode 2.4 (free download from apple) http://developer.apple.com/tools/xcode/
- Apple's X11 (it's on your OS-X install DVD, MAKE SURE YOU INSTALL IT)
Download darwinports from http://svn.macosforge.org/repository/macports/downloads/DarwinPorts-1.3.1/DarwinPorts-1.3.1-10.4.dmg and install it.
Open a Terminal (Mac HD -> Applications->Utilities ->Terminal. Drag that to the dock as you'll need it later)
Run:
- Code: Select all
sudo port -d selfupdate
sudo port install gtkglext libglade2
Go to bed, go out, have a party, go work on your MS'd vehicle and leave this running till it finishes. (can take anywhere from an hour to 6 hours or more depending on the speed of your system)
Now, download the megatunix from http://sourceforge.net/project/showfiles.php?group_id=128471 and save it to your home directory.
Open a terminal
run:
- Code: Select all
tar xvzf megatunix-<TAB>
cd megatunix-<TAB>
./configure --prefix=/opt/local
make
sudo make install
Startup X11. (This is stored in Macintosh HD->Applications->Utilities) I drag this to the Dock, the same with terminal.
In the Xterm that pops up, run:
"megatunix", "gaugedesigner" or "dashdesigner", and enjoy them in full anti-aliased goodness...

