]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/install.txt
Added building of a separate libucw package.
[libucw.git] / ucw / doc / install.txt
index 917126f39c789ea88577da6806a024085342c6c1..aef870c56f3d6e169eafbb9e8627f6b8f7a9a0cf 100644 (file)
@@ -27,15 +27,13 @@ If you need to set anything unusual, please consult <<configure:>> 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
 
 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
 
 
        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 <<configure:local_build,local build>>). To do so, execute:
 
 
-//TODO Implement the installation
-
-       make install INSTALL_DIR=/where/to/install
+       make install