mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Remove --enable-shared from first example of installation commands;
many people were using ignorant of whether or not their system supported dynamically-linked shared libraries. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@721 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
45a688df8d
commit
a5ac4bdb30
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ To compile and install @samp{libobjects}:
|
|||
Here is a quick-and-dirty example of installation commands:
|
||||
|
||||
@example
|
||||
./configure --enable-shared --prefix=/usr/local
|
||||
./configure --prefix=/usr/local
|
||||
make
|
||||
make install
|
||||
@end example
|
||||
|
|
Loading…
Reference in a new issue