mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
Tiny update to README.Packaging to point out how to correctly configure gnustep-base
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@27543 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
18d76e9c87
commit
3554648005
2 changed files with 15 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-01-07 Nicola Pero <nicola.pero@meta-innovation.com>
|
||||
|
||||
* Documentation/README.Packaging: Mention clearly setting
|
||||
GNUSTEP_INSTALLATION_DOMAIN in the environment before
|
||||
configuring gnustep-base.
|
||||
|
||||
2009-01-06 Adam Fedor <fedor@gnu.org>
|
||||
|
||||
* Version 2.0.8
|
||||
|
|
|
@ -344,8 +344,15 @@ gnustep-base.
|
|||
|
||||
gnustep-base has a number of configure options that you may want to
|
||||
check; most of them have to do with locating the various libraries on
|
||||
your platform. The package build command sequence is the standard one
|
||||
and so would look something like
|
||||
your platform.
|
||||
|
||||
One special thing about gnustep-base is that in some special cases
|
||||
(most notably on MinGW) it needs to know the installation domain at
|
||||
configure time. So make sure to set GNUSTEP_INSTALLATION_DOMAIN in
|
||||
the environment *before* running configure.
|
||||
|
||||
The package build command sequence is the standard one and so would
|
||||
look something like
|
||||
|
||||
DESTDIR=/tmp/my-package
|
||||
export DESTDIR
|
||||
|
|
Loading…
Reference in a new issue