Wednesday, June 20, 2007

在mac上安装amide

Mac OS X server 10.4.9 (PowerPC G5 Server)

按照amide的安装说明:

1. Downloaded Fink http://prdownloads.sourceforge.net/fink/Fink-0.8.1-PowerPC-Installer.dmg?download
2. Installed Fink by running the installer.
3. sudo pico /sw/etc/apt/sources.list Add the following lines to the end of the file:

# AMIDE
deb file:/sw/fink amide-10.3 main
deb http://www.stanford.edu/~loening/fink 10.3/current main

4. sudo pico /sw/etc/fink.conf To the Trees line add "amide-10.4/main", so the line reads as follows:
Trees: local/main stable/main stable/crypto amide-10.3/main 
5. Run "fink scanpackages".
6. Get new package information with "sudo apt-get update".
7. Install everything with "sudo apt-get install amide".
8. Now, start X11.app, go to the menu entry "Applications->Customize", and for the terminal entry, change the command from "xterm" to "xterm -ls". Also, edit the file /etc/X11/xinit/xinitrc (you can use "sudo pico /etc/X11/xinit/xinitrc" from the command prompt) and change the line that says "xterm &" to "xterm -ls &".
9. Restart the console/xterm, and run "amide". Note, the first time you run AMIDE, loading may take a long time as the pango library generates some font caching information. Subsequent loads will be much faster.

安装成功。

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home