[go: up one dir, main page]

Menu

[8a2cb6]: / INSTALL  Maximize  Restore  History

Download this file

42 lines (27 with data), 1.4 kB

*** Some Instalation instructions for Contest Arbitrator software ***

-------------------------------------------------------------------------------------------------------
On Linux box edit the Makefile and check your environment.
Then type in console:

  make

and wait a bit. Then you will get the executable file 'contesta' which you
can use for contest evaluation.

If you need a debug version of Contest Arbitrator program, then edit
the config.h file and uncomment line:

  #define _DEBUG_ 

then recompile as described above.

Tested with gcc-3.4.4 on Linux Debian

-------------------------------------------------------------------------------------------------------
On Windows box you will need the Dev-C++ IDE with gcc compiler and toolkit
to make a win32 version of Contest Arbitrator program.

So, go on the Dev-C++ home site at http://www.bloodshed.net/ 
and get the latests release available.

Then install it and open the 'contesta' project (file contesta.dev) within the
Dev-C++ IDE. Then invoke the compilation process. As a result you will
get the executable contesta.exe

Tested with dev-cpp-4.9.9.2 on Windows XP SP2.

-------------------------------------------------------------------------------------------------------
Contest Arbitrator user manual you will find in the readme.txt file.

Please send any useful reports or suggestions to ur4mck@gmail.com

---
UR4MCK
06.09.2009