]> mj.ucw.cz Git - eval.git/blobdiff - README
Implemented general mechanism for overriding variables for specific
[eval.git] / README
diff --git a/README b/README
index 5f3126a2bce8d03f5f017d19b5040887a6a3efe4..a5567f86eb6e3d3fc47f5774c7fe7e05d9fd223f 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,8 @@
 ================================================================================
 
 ================================================================================
 
-                        The MO Contest Environment 1.0
+                        The MO Contest Environment @VERSION@
 
 
-                   (c) 2001--2005 Martin Mares <mj@ucw.cz>
+                   (c) 2001--2008 Martin Mares <mj@ucw.cz>
 
 ================================================================================
 
 
 ================================================================================
 
 This is the programming contest environment used by the Czech Programming Olympiad
 and some other competitions.
 
 This is the programming contest environment used by the Czech Programming Olympiad
 and some other competitions.
 
-You will find a brief documentation in the doc/ directory, start with doc/index.html.
+You will find a brief documentation in the doc/ directory inside the package (start
+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.
 
 If you have any suggestions, bug reports or improvements you would like to share
 with others, please send them to mj@ucw.cz.
 
 The whole package can be distributed and used under the terms of the GNU General
 Public License version 2.
 
 If you have any suggestions, bug reports or improvements you would like to share
 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'.
+
+Then uncomment the "SUBMIT" line in the top-level Makefile and let LIBUCW
+point to the compiled Holmes libraries.