mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Fixed instructions to get libobjc on MinGW
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@26302 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6f0e8da2e2
commit
65930c622e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-03-14 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/README.MinGW: Fixed subversion URL to get libobjc
|
||||
- reported by Christopher Chandler <chrisjechandler@mac.com>.
|
||||
|
||||
2008-03-11 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 2.0.5
|
||||
|
|
|
@ -192,7 +192,7 @@ export GNUSTEP_MAKEFILES=/usr/local/share/GNUstep/Makefiles
|
|||
|
||||
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),
|
||||
svn co http://svn.gna.org/svn/gnustep/libs/libobjc/trunk),
|
||||
and compile it:
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in a new issue