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:
Andrew McCallum 1996-09-25 12:47:31 +00:00
parent d0d3034613
commit c42786a028

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