For standart GNU/Linux box with make, gcc, ar, ranlib, flex
accessible through the PATH environment variable, try the next
instructions to generate and install the FoKon in the /usr/local
directory.
fokon $ ./configure
fokon $ make
fokon $ make install
fokon $ make doc
If it fails, please refer to next section.
The FoKon use the standart autoconf and automake tools
for configuring, compiling and installing, see the INSTALL
file in the top directory for standart instructions.
- for configuring
-
For the \tamg command, you must configure the ta_mg_conf file.
To build it, copy it from the src/mg directory to the top directory
of the \ta source tree.
ta $ cp src/mg/ta_mg_conf .
Then edit it and update the variables MG_Cxx, MG_Can, ....
Optionally, you can also similary build the ta_mg_rule file if
you want add specific makefile rules.
Then run:
ta $ ./configure --help
to get the available options, then rerun configure with the desired
options:
ta $ ./configure ...
- for compiling
-
- for installing
-
- for documenting
-