]> mj.ucw.cz Git - moe.git/commitdiff
Recommend linking libucw statically.
authorMartin Mares <mj@ucw.cz>
Wed, 12 Mar 2008 18:08:40 +0000 (19:08 +0100)
committerMartin Mares <mj@ucw.cz>
Wed, 12 Mar 2008 18:08:40 +0000 (19:08 +0100)
Otherwise, the bin/mo-install-submit script does not install the shared
libraries.

README

diff --git a/README b/README
index a5567f86eb6e3d3fc47f5774c7fe7e05d9fd223f..5ba6397b00a6303de6ee2ea15f2a6d52d6f779d4 100644 (file)
--- a/README
+++ b/README
@@ -23,7 +23,7 @@ with others, please send them to mj@ucw.cz.
 ** How to compile the submission system **
 
 First, unpack holmes-libs-3.12, configure it and run make. You can build a thinner
-version with `./configure default.cfg -CONFIG_IMAGES -CONFIG_UCW_THREADS'.
+version with `./configure default.cfg -CONFIG_IMAGES -CONFIG_UCW_THREADS -CONFIG_SHARED'.
 
 Then uncomment the "SUBMIT" line in the top-level Makefile and let LIBUCW
 point to the compiled Holmes libraries.