Next: Evaluation, Previous: Tests, Up: Instructions [Contents][Index]
We use two kinds of project submissions in the project.
bardec_f
is the head of your group, the tarball must be
bardec_f-tc-n.tar.bz2 where n is the number of the “release”
(see Package Name and Version). The following commands must work properly:
$ bunzip2 -cd bardec_f-tc-n.tar.bz2 | tar xvf - $ cd bardec_f-tc-n $ export CC=gcc+-5.0 CXX=g++-5.0 $ mkdir _build $ cd _build $ ../configure $ make $ src/tc /tmp/test.tig $ make distcheck
For more information on the tools, see The GNU Build System, GCC.