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:
mccallum 1996-09-25 12:47:31 +00:00
parent 33f1cf1d90
commit 1345326c69

View file

@ -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