Cadet TeX started in 2001 as an experimental format whose general design should follow milestones settled by plain TeX while adding some higher level features common in other formats and missing in plain TeX.
This experimental format aims at defining clean and extensible programming paradigms.
The installation procedure is based on the portable build system [BSD Owl Scripts][bsdowl-home] written for BSD Make.
-
Verify that prerequisites are installed:
- BSD Make
- [BSD OWl][bsdowl-install]
- GNU Autoconf
- Noweb
- Perl
- TeX
-
Get the source, either by cloning the repository or by exploding a distribution tarball.
-
Optionally run
autoconf
to produce a configuration script. This is only required if the script is not already present. -
Run
./configure
, you can choose the installation prefix with--prefix
. -
Run
make build
. -
Finally run
make install
. -
Edit the file
texmf.cnf
Depending on how BSD Make is called on your system, you may need to
replace make
by bsdmake
or bmake
in steps 5, 6, and 7.
The GNU Make program usually give up the ghost, croaking
*** missing separator. Stop.
when you mistakingly use it instead of
BSD Make.
Step 7 requires that you can su -
if you are not already root
.
Michael Grünewald in Bonn, on April 11, 2014