From 8bfd2b3a1dbdb0bbeef93376284e2817b5702fba Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Wed, 12 Mar 2008 19:08:40 +0100 Subject: [PATCH] Recommend linking libucw statically. Otherwise, the bin/mo-install-submit script does not install the shared libraries. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2