X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=README;h=5ba6397b00a6303de6ee2ea15f2a6d52d6f779d4;hb=c80aa556a07b88cafe5a18f6b86a90f30b199ba9;hp=972a6af0b8098322c7d7b1e5dbe0165b3d949949;hpb=3489d81b2eb9ea723e10de8c12e8a07908d4a82b;p=eval.git diff --git a/README b/README index 972a6af..5ba6397 100644 --- a/README +++ b/README @@ -2,7 +2,7 @@ The MO Contest Environment @VERSION@ - (c) 2001--2005 Martin Mares + (c) 2001--2008 Martin Mares ================================================================================ @@ -11,7 +11,7 @@ This is the programming contest environment used by the Czech Programming Olympi and some other competitions. You will find a brief documentation in the doc/ directory inside the package (start -with doc/index.html) or on-line at http://atrey.karlin.mff.cuni.cz/~mj/mo-eval/. +with doc/index.html) or on-line at http://mj.ucw.cz/mo-eval/. The whole package can be distributed and used under the terms of the GNU General Public License version 2. @@ -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.