From: Martin Mares Date: Wed, 12 Mar 2008 18:08:40 +0000 (+0100) Subject: Recommend linking libucw statically. X-Git-Tag: python-dummy-working~232 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=8bfd2b3a1dbdb0bbeef93376284e2817b5702fba;p=moe.git Recommend linking libucw statically. Otherwise, the bin/mo-install-submit script does not install the shared libraries. --- diff --git a/README b/README index a5567f8..5ba6397 100644 --- 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.