|
GNU-Darwin package installation instructions for Darwin users
Sun Dec 8 22:45:22 EST 2000
Warning, these instructions are still a work in progress and may contain inaccuracies
or omissions. Be sure to read the APSL and the GPL, so that you will know your
rights. Send any email regarding this document to proclus@gnu-darwin.org. Please
remember that we are in alpha, so this procedure is for the adventurous. Almost
all the packages work, but there are still many problems. Join the project, if you
want them fixed.
Note: We are transitioning to pre-beta, and some of the Developer's Release
files have been overwritten by our new package format files. Those are the ones
with the +files. You can install such packages with pkg_add according to the directions
on the packages page.
http://gnu-darwin.sourceforge.net/packages
1. In order to use our packages you will have to install the Darwin Base System. Get it from Apple, and follow the instructions that accompany it.
http://www.publicsource.apple.com/projects/darwin/
2. You will also need Xfree installed and working.
See http://mrcla.com/XonX/ for details.
3. In addition, you will need GTK+ working to use most of the applications. If you
have not yet installed GNU-Darwin, you will need to obtain the following "minimal
install".
http://prdownloads.sourceforge.net/gnu-darwin/giflib-4.1.0.tgz
http://prdownloads.sourceforge.net/gnu-darwin/glib-1.2.8.tgz
http://prdownloads.sourceforge.net/gnu-darwin/gtk+-1.2.8.tgz
http://prdownloads.sourceforge.net/gnu-darwin/imlib-1.9.8.1.tgz
http://prdownloads.sourceforge.net/gnu-darwin/jpeg-6b.tgz
http://prdownloads.sourceforge.net/gnu-darwin/libIDL-0.6.8.tgz
http://prdownloads.sourceforge.net/gnu-darwin/tiff-v3.5.5.tgz
http://prdownloads.sourceforge.net/gnu-darwin/libungif-4.1.0.tgz
http://prdownloads.sourceforge.net/gnu-darwin/zlib-1.1.3.tgz
4. If you want to install WindowMaker, you will also need libProplist.
http://prdownloads.sourceforge.net/gnu-darwin/WindowMaker-0.62.1.tgz
http://prdownloads.sourceforge.net/gnu-darwin/libPropList-0.10.1.tgz
5. If you want to install xpdf, you will also need the following.
http://prdownloads.sourceforge.net/gnu-darwin/fnlib-0.5.tgz
http://prdownloads.sourceforge.net/gnu-darwin/freetype-1.3.1.tgz
http://prdownloads.sourceforge.net/gnu-darwin/T1-1.0.1.tgz
http://prdownloads.sourceforge.net/gnu-darwin/xpdf-0.91.tgz
6. Untar each archive with tar -zxf. cd to the new directory and "make install". For example;
tar -zxf giflib-4.1.0.tgz
cd giflib-4.1.0
make install
7. If you have any troubles with the instructions above, just let me know. mailto:proclus@gnu-darwin.org.
8. That's all. You're done. Now, get to work porting software to GNU-Darwin.
|