X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=4f89d4db292855b74a4a3de1c803906736afb96a;hb=519fe26fff30687caa26c4a26038d02dcc0429c8;hp=325709c8a3fd220bbf4449529bc3e289670ddca2;hpb=925f96038d281108c0a35e8bf35c4b15ff857afb;p=yaz-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 325709c..4f89d4d 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,4 +1,4 @@ - + Compilation and Installation Introduction @@ -22,7 +22,8 @@ HP/UX SunOS/Solaris DEC Unix - OpenBSD/FreeBSD + BSDs: FreeBSD, OpenBSD, NetBSD, MAC OSX + Linux IBM AIX Data General DG/UX (with some CFLAGS tinkering) @@ -34,7 +35,7 @@ Apple Macintosh (using the Codewarrior programming environment and the GUSI socket libraries) - MS Windows 95/98/NT/W2K (Win32) + MS Windows 95/98/NT/2K/XP (Win32) IBM AS/400 @@ -45,8 +46,8 @@ let us know about it. If you run into difficulties, we will try to help if we can, and if you solve the problems, we would be happy to include your fixes in the next release. So far, we have mostly avoided - #ifdefs for individual platforms, and we'd like to keep it that - way as far as it makes sense. + #ifdefs for individual platforms, and we'd + like to keep it that way as far as it makes sense. @@ -54,7 +55,9 @@ bug-fixes, as well as general discussion. Subscribe by sending mail to yaz-request@indexdata.dk - . + or fill-in the form + + here. General questions and problems can be directed at yaz-help@indexdata.dk @@ -67,14 +70,14 @@ Note that if your system doesn't have a native ANSI C compiler, you may have to acquire one separately. We recommend - GCC. + GCC. For UNIX, the GNU tools Autoconf, Automake and Libtool - is used to generate Makefiles and configure &yaz; for the system. + are used to generate Makefiles and configure &yaz; for the system. You do not these tools unless you're using the CVS version of &yaz;. Generally it should be sufficient to run configure without options, @@ -116,6 +119,16 @@ TCP wrapper library. It allows you to allow/deny clients depending on IP number. The TCP wrapper library is often used in Linux/BSD distributions. + See + + hosts_access + 5 + + and + + tcpd + 8 + . --enable-threads @@ -152,7 +165,6 @@ make - @@ -329,7 +341,7 @@ is located. Customize the installation by editing the makefile file (for example by using notepad). - The following summarises the most important settings in that file: + The following summarizes the most important settings in that file: DEBUG @@ -423,7 +435,7 @@ Some people are confused by the fact that we use the nmake tool to build &yaz;. They think they have to do that too - in order to make their WIN32 applications work with &yaz;. The good news is that - you don't have to. You can use the integrated environement of + you don't have to. You can use the integrated environment of Visual Studio if desired for your own application.