]> mj.ucw.cz Git - eval.git/blob - README
Doc: Note that Isolate has moved
[eval.git] / README
1 ================================================================================
2
3                           Moe Contest Environment @VERSION@
4
5                     (c) 2001--2012 Martin Mares <mj@ucw.cz>
6                              and other contributors
7
8 ================================================================================
9
10
11 This is the programming contest environment used by the Czech Programming Olympiad
12 and some other competitions.
13
14 You will find a brief documentation in the doc/ directory inside the package (start
15 with doc/index.html) or on-line at http://www.ucw.cz/moe/.
16
17 The whole package can be distributed and used under the terms of the GNU General
18 Public License version 2.
19
20 If you have any suggestions, bug reports or improvements you would like to share
21 with others, please send them to mj@ucw.cz.
22
23 ** How to build Moe **
24
25 First of all, edit default.cfg to choose which components should be built.
26
27 Then run "./configure" and "make". This will place all compiled binaries in "run/".
28
29 By default, documentation is built, which requires AsciiDoc to be present.
30 You can skip documentation by "./configure -CONFIG_DOC".