mirror of
https://github.com/gnustep/tools-make.git
synced 2025-05-30 17:01:18 +00:00
fix missing part of ffi instructions
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27211 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d7f7b0e6d4
commit
f3a783634b
1 changed files with 6 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
Date: 28-Feb-2007 (tested under Windows XP)
|
||||
Update: 13-Now-2008
|
||||
Update: 05-Dec-2008
|
||||
Author: Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
after Richard Frith-Macdonald <rfm@gnu.org> and others
|
||||
|
||||
|
@ -218,11 +218,14 @@ gnustep-make should have detected your custom libobjc.
|
|||
|
||||
Download libffi from the GNUstep website, and type:
|
||||
|
||||
./configure --prefix=/mingw --includedir=/mingw/include
|
||||
./configure --prefix=/mingw
|
||||
make
|
||||
make install
|
||||
mv /mingw/lib/libffi*/include/* /mingw/include
|
||||
|
||||
(if you get a popup about contest.exe failing, just ignore it)
|
||||
NB. The headers have to be moved manually because the package wwon't install
|
||||
them in the right place.
|
||||
|
||||
|
||||
12. Installing additional packages
|
||||
|
@ -277,7 +280,7 @@ from linking correctly if you try to use it.
|
|||
|
||||
Go in gnustep-base, and type
|
||||
|
||||
./configure --enable-libffi
|
||||
./configure
|
||||
make
|
||||
make install
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue