From: Adam Dickmeiss Date: Thu, 16 Jan 2014 10:52:26 +0000 (+0100) Subject: Doc: update href link to Unix utils and Git X-Git-Tag: v5.0.12~8 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=4efb5e2a72135a8b9b8090bc0404277f3b143ccc Doc: update href link to Unix utils and Git --- diff --git a/doc/common b/doc/common index 7f8f663..3f5e2da 160000 --- a/doc/common +++ b/doc/common @@ -1 +1 @@ -Subproject commit 7f8f663d70421b51d88a81dcb2a648bdb921f271 +Subproject commit 3f5e2da375bd4a14d847b4d5f029ad76cf0c7339 diff --git a/doc/installation.xml b/doc/installation.xml index a01b018..95d9906 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -530,7 +530,7 @@ an installer from here. The installer comes with source too - in case you wish to - compile YAZ with different Compiler options etc. + compile YAZ with different compiler options, etc. @@ -538,9 +538,8 @@ &yaz; is shipped with "makefiles" for the NMAKE tool that comes with - Microsoft Visual Studio. - Version 6 and .NET has been tested. We expect that &yaz; compiles - with version 5 as well. + Microsoft Visual Studio. It has been tested with + Microsoft Visual Studio 2003/2005/2008. Start a command prompt and switch the sub directory @@ -566,7 +565,8 @@ If HAVE_TCL is set to 1, nmake will use the ASN.1 compiler (Tcl based). You must set TCL to the full path of the Tcl - interpreter. + interpreter. A Windows version of Tcl is part of + Git for Windows. If you do not have Tcl installed, set @@ -578,7 +578,7 @@ HAVE_BISON, BISON - If GNU Bison is present, you might set HAVE_ICONV + If GNU Bison is present, you might set HAVE_BISON to 1 and specify the Bison executable in BISON. Bison is only required if you use the git version of YAZ or if you modify the grammar for CQL @@ -586,7 +586,7 @@ A Windows version of GNU Bison is part of - unxutils. + Git for Windows.