Noeud « Next »: , Noeud « Previous »: Coding Style, Noeud « Up »: Instructions



2.4 Delivery

Each group must provide a tarball, made via make distcheck. All the information about the delivery per se is given on the Yaka's Delivery Page.


If 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” (voir 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-3.2
     $ export CXX=g++-3.2
     $ ./configure
     $ make
     $ cd src
     $ ./tc /tmp/test.tig
     $ cd ..
     $ make distcheck

For more information on the tools, see The GNU Build System, GCC.


Your tarball must be done via make distcheck (voir Making a Tarball). Any tarball which is not built thanks to make distcheck (this is easy to see: they include files we don't want, and don't contain some files we need...) will be penalized with at least ### tarball_not_clean.