X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=51ed70bcbdcc898e181e42e44c14647eeff5a961;hb=9c70253e4c7eedab806490b87a9a58e970998429;hp=e07f1c944b88400a037e31ccfb0fce820d9a2dc4;hpb=e26f2eaefc5fae6784beb45a1435a4fbfa25f25c;p=yaz-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index e07f1c9..51ed70b 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,7 +1,7 @@ - + Compilation and Installation - Introduction + Introduction The latest version of the software will generally be found at: @@ -180,11 +180,11 @@ - --enable-shared - The make process will create shared + --disable-shared + The make process will not create shared libraries (also known as shared objects .so). - By default, no shared libraries are created - - equivalent to --disable-shared. + By default, shared libraries are created - + equivalent to --enable-shared. @@ -353,7 +353,8 @@ - How to make apps using YAZ on UNIX + + How to make apps using YAZ on UNIX This section describes how to compile - and link your own applications using the &yaz; toolkit. @@ -630,7 +631,8 @@ - How to make apps using YAZ on WIN32 + + How to make apps using YAZ on WIN32 This section will go though the process of linking your WIN32 applications with &yaz;.