mirror of
https://github.com/gnustep/tools-make.git
synced 2025-06-04 11:11:10 +00:00
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:
parent
4df013f8f0
commit
0b0911b3c6
1 changed files with 7 additions and 7 deletions
|
@ -172,9 +172,9 @@ make
|
|||
make install
|
||||
|
||||
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
|
||||
use the standard 'gnustep' layout, in which case you need to source
|
||||
GNUstep.sh to run stuff.
|
||||
don't need to do anything to set up your environment. You could use
|
||||
the standard 'gnustep' layout instead, in which case you need to
|
||||
source GNUstep.sh to run stuff.
|
||||
|
||||
|
||||
8. setup your GNUstep environment
|
||||
|
@ -189,10 +189,10 @@ export GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles
|
|||
9. Installing gnustep-objc
|
||||
==========================
|
||||
|
||||
Download gnustep-libobjc, (find it at
|
||||
http://www.gnustep.org/resources/downloads.php, or use subversion, svn
|
||||
co http://svn.gna.org/svn/gnustep/modules/dev-libs/libobjc) and
|
||||
compile it:
|
||||
Download gnustep-libobjc (you can find it at
|
||||
http://www.gnustep.org/resources/downloads.php, or use subversion:
|
||||
svn co http://svn.gna.org/svn/gnustep/modules/dev-libs/libobjc),
|
||||
and compile it:
|
||||
|
||||
make
|
||||
make install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue