X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Finstallation.xml;h=259a59d3e053e1a4568ee78bb1e1e4db32cbe1cc;hb=5d130acdf40229a09196be672196554b0bbb3ba5;hp=113d6e53f7359f4797b4f05393686af44931397e;hpb=43cc841d9cd8606d5abc780770985ae5d6214560;p=yazpp-moved-to-github.git diff --git a/doc/installation.xml b/doc/installation.xml index 113d6e5..259a59d 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -58,6 +58,15 @@ ./configure --help. + Configure uses GCC's C/C++ compiler if available. To specify another + compiler, set CXX. To use other compiler flags, + specify CXXFLAGS. To use CC + with debugging you could use: + + CXXFLAGS="-g" CXX=CC ./configure + + + This is what you have after successful compilation: @@ -157,8 +166,26 @@ Builds the proxy yazproxy.exe. + + zoomxxclient.dsp + + Builds the ZOOM C++ demo client zoomxxclient.exe. + + + + By default, the include path and library path for the projects assumes + that YAZ is located in ..\yaz + (i.e. same prefix as the YAZ++ source). + If YAZ is in a different directory you'll have to modify + the include path in + Project | Settings | C/C++ | Preprocessor | Additional include + directories + and library path in + Project | Settings | Link | Input | Additional library + path. +