X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Finstall.txt;h=aef870c56f3d6e169eafbb9e8627f6b8f7a9a0cf;hb=d84b9fd101d2bf3a72b9dc1d603c9b3960e8cb17;hp=917126f39c789ea88577da6806a024085342c6c1;hpb=27a14fc4257c0d8ae2618bd0238b6987c65ae50d;p=libucw.git diff --git a/ucw/doc/install.txt b/ucw/doc/install.txt index 917126f3..aef870c5 100644 --- a/ucw/doc/install.txt +++ b/ucw/doc/install.txt @@ -27,15 +27,13 @@ If you need to set anything unusual, please consult <> for details. The defaults determined by the configure script should be correct on Linux/i386, on other architectures you will probably need to tweak the CPU detection section -in `ucw/autoconf.cfg` and possibly also the typedefs in `ucw/config.h`. +in `ucw/perl/UCW/Configure/C.pm` and possibly also the typedefs in `ucw/config.h`. -Then run +Then run: make -which builds the whole package in the `run` directory and you can play there. -If you want to install it anywhere else, just use +It compiles the package. You need to install it (unless you specified +a <>). To do so, execute: -//TODO Implement the installation - - make install INSTALL_DIR=/where/to/install + make install