]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/install.txt
XTypes: Added support to configuration and option parser.
[libucw.git] / ucw / doc / install.txt
index 917126f39c789ea88577da6806a024085342c6c1..d3bce644b0a332d069620403e03d53a8c6e0f2fb 100644 (file)
@@ -13,7 +13,7 @@ To build and run, you need:
   -  Libjpeg, libpng and libungif to support all image formats
      (jpeg, png and gif). These libraries can be replaced by libgif (gif)
      and GraphicsMagick >= 1.1 (jpeg, png, gif and possible more formats).
-     See sherlock/default.cfg for related configuration switches.
+     See default.cfg for related configuration switches.
 
 Compiling
 ---------
@@ -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
-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 <<configure:local_build,local build>>). To do so, execute:
 
-//TODO Implement the installation
-
-       make install INSTALL_DIR=/where/to/install
+       make install