mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Add the installation step.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1834 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d0d3034613
commit
c42786a028
1 changed files with 14 additions and 0 deletions
|
@ -100,6 +100,20 @@ doubt, do not include this option.
|
|||
If you have trouble with the Makefile, it may be that our makefiles use
|
||||
features that your @code{make} does not support; use GNU make.
|
||||
|
||||
@item
|
||||
Then install libgnustep-base:
|
||||
|
||||
@example
|
||||
make install
|
||||
@end example
|
||||
|
||||
If you set any environment variables when running @samp{make} to build
|
||||
libgnustep-base, you should set them again here; for example:
|
||||
|
||||
@example
|
||||
CFLAGS=-fgnu-runtime ./configure
|
||||
@end example
|
||||
|
||||
@end enumerate
|
||||
|
||||
Here are general instructions for @file{configure}, that explain
|
||||
|
|
Loading…
Reference in a new issue