]> mj.ucw.cz Git - moe.git/blobdiff - README
isolate: Replace system() calls with implementations
[moe.git] / README
diff --git a/README b/README
index 972a6af0b8098322c7d7b1e5dbe0165b3d949949..d0eb50922990e7e4dc452820655cde92d2373187 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
 ================================================================================
 
 ================================================================================
 
-                        The MO Contest Environment @VERSION@
+                         Moe Contest Environment @VERSION@
 
 
-                   (c) 2001--2005 Martin Mares <mj@ucw.cz>
+                   (c) 2001--2012 Martin Mares <mj@ucw.cz>
+                            and other contributors
 
 ================================================================================
 
 
 ================================================================================
 
@@ -11,7 +12,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
 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://www.ucw.cz/moe/.
 
 The whole package can be distributed and used under the terms of the GNU General
 Public License version 2.
 
 The whole package can be distributed and used under the terms of the GNU General
 Public License version 2.
@@ -19,11 +20,11 @@ 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.
 
 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 build Moe **
 
 
-** How to compile the submission system **
+First of all, edit default.cfg to choose which components should be built.
 
 
-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 run "./configure" and "make". This will place all compiled binaries in "run/".
 
 
-Then uncomment the "SUBMIT" line in the top-level Makefile and let LIBUCW
-point to the compiled Holmes libraries.
+By default, documentation is built, which requires AsciiDoc to be present.
+You can skip documentation by "./configure -CONFIG_DOC".