Previous: Reporting Bugs, Up: Installation [Index]
Due to the licensing conditions of C-INTERCAL, you are allowed to release your own version or distribution if you want to. In such cases, it’s recommended that you follow the following guidelines:
make distcheck
, which will make the distribution
paxballs, and rename them to have the correct extensions (Automake
thinks they’re tarballs, so will use
‘.tar’ rather than
‘.pax’, and you have to fix this by hand).
make distcheck
will also perform some sanity checks on the
build system of the resulting paxball, which will help to ensure that
nothing important is missing from it; and some regression tests on a
version of C-INTERCAL built from the distribution tarball itself, to
prove that it runs correctly and produces plausible output. (A failure
of the regression checks will not stop the build, but should stop you
distributing the resulting compiler.)
Previous: Reporting Bugs, Up: Installation [Index]