git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18486 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Adam Fedor 2004-01-26 04:47:58 +00:00
parent 2c11a4c2f5
commit 03069a977b
2 changed files with 17 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2004-01-25 Adam Fedor <fedor@gnu.org>
* Documentation/README.Darwin: Update.
2004-01-21 Adam Fedor <fedor@gnu.org>
* clean_os.sh: Add darwin7

View file

@ -164,14 +164,27 @@ Building and installing GNUstep-gui
Go to gnustep-gui (or from CVS into the core/gui directory), and type
./configure --disable-gsnd
make
make install
Note: The gsnd server hasn't been ported to Darwin yet.
Building and installing GNUstep-back
------------------------------------
In the back directory, type
./configure
make
make install
or if you have the freetype and libart libraries installed and want to use
the art backend:
./configure --enable-graphics=art
make
make install
GNUstep only runs within X-Windows, so you need to start up an X Server to