mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Update
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@18486 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2c11a4c2f5
commit
03069a977b
2 changed files with 17 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue