Smaller updates

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@24746 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2007-03-02 03:21:54 +00:00
parent 4df013f8f0
commit 0b0911b3c6

View file

@ -172,9 +172,9 @@ make
make install make install
The reason we recommend using the 'fhs' layout is that if do this, you The reason we recommend using the 'fhs' layout is that if do this, you
don't need to do anything to set up your environment. You can also don't need to do anything to set up your environment. You could use
use the standard 'gnustep' layout, in which case you need to source the standard 'gnustep' layout instead, in which case you need to
GNUstep.sh to run stuff. source GNUstep.sh to run stuff.
8. setup your GNUstep environment 8. setup your GNUstep environment
@ -189,10 +189,10 @@ export GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles
9. Installing gnustep-objc 9. Installing gnustep-objc
========================== ==========================
Download gnustep-libobjc, (find it at Download gnustep-libobjc (you can find it at
http://www.gnustep.org/resources/downloads.php, or use subversion, svn http://www.gnustep.org/resources/downloads.php, or use subversion:
co http://svn.gna.org/svn/gnustep/modules/dev-libs/libobjc) and svn co http://svn.gna.org/svn/gnustep/modules/dev-libs/libobjc),
compile it: and compile it:
make make
make install make install