]> mj.ucw.cz Git - moe.git/blobdiff - README
Doc: Note that Isolate has moved
[moe.git] / README
diff --git a/README b/README
index 5f3126a2bce8d03f5f017d19b5040887a6a3efe4..d0eb50922990e7e4dc452820655cde92d2373187 100644 (file)
--- a/README
+++ b/README
@@ -1,8 +1,9 @@
 ================================================================================
 
-                        The MO Contest Environment 1.0
+                         Moe Contest Environment @VERSION@
 
-                   (c) 2001--2005 Martin Mares <mj@ucw.cz>
+                   (c) 2001--2012 Martin Mares <mj@ucw.cz>
+                            and other contributors
 
 ================================================================================
 
 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://www.ucw.cz/moe/.
 
 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 build Moe **
+
+First of all, edit default.cfg to choose which components should be built.
+
+Then run "./configure" and "make". This will place all compiled binaries in "run/".
+
+By default, documentation is built, which requires AsciiDoc to be present.
+You can skip documentation by "./configure -CONFIG_DOC".