]> mj.ucw.cz Git - eval.git/blob - README
Implemented output filters (see OUTPUT_FILTER config variable).
[eval.git] / README
1 ================================================================================
2
3                          The MO Contest Environment @VERSION@
4
5                     (c) 2001--2007 Martin Mares <mj@ucw.cz>
6
7 ================================================================================
8
9
10 This is the programming contest environment used by the Czech Programming Olympiad
11 and some other competitions.
12
13 You will find a brief documentation in the doc/ directory inside the package (start
14 with doc/index.html) or on-line at http://mj.ucw.cz/mo-eval/.
15
16 The whole package can be distributed and used under the terms of the GNU General
17 Public License version 2.
18
19 If you have any suggestions, bug reports or improvements you would like to share
20 with others, please send them to mj@ucw.cz.
21
22
23 ** How to compile the submission system **
24
25 First, unpack holmes-libs-3.12, configure it and run make. You can build a thinner
26 version with `./configure default.cfg -CONFIG_IMAGES -CONFIG_UCW_THREADS'.
27
28 Then uncomment the "SUBMIT" line in the top-level Makefile and let LIBUCW
29 point to the compiled Holmes libraries.