You can get the sources of the FoKon Examination System
The installation is centralized but if you plan to use additional material such lex-yacc or middleware examen support see Supplementary libraries. For standart GNU/Linux box with make, gcc, ar, ranlib, flex and standart autoconf and automake tools accessible through the PATH environment variable, try the next instructions to generate and install the FoKon in the /usr/local/fokon directory (you should be root to build it).
fokon $ ./configure fokon $ make world fokon $ make install fokon $ make doc
fokon $ ./configure --prefix=$PWD/TMP fokon $ make world fokon $ make install fokon $ make doc
In addition to the classical configure options such as the --prefix , you can give several options in the configuration file :
There is several supplementary libraries allowing other types of exams. Until now the mains ones are the lex-yacc and the middleware packages. If you plan lex-yacc exam see the next section if you plan middleware exam witch is not directly available contact us.
You can now return to Basic installation or to Expert Installation in order to complete the installation .