The project is officially in maintenance mode. I (Andrzej Rybczak) still use it daily, but it's feature complete for me and there is very limited time I have for tending to the issue tracker and open pull requests.
No new, substantial features should be expected (at least from me). However, if there are any serious bugs or the project outright stops compiling because of new, incompatible versions of dependencies, it will be fixed.
The simplest way to compile this package is:
cd to the directory containing the package's source code.For the next two commands, csh users will need to prefix them with
sh .
Run autoreconf -fiv to generate the configure script.
Run ./configure to configure the package for your system. This
will take a while. While running, it prints some messages
telling which features it is checking for.
Run make to compile the package.
Type make install to install the programs and any data files
and documentation.
You can remove the program binaries and object files from the
source code directory by typing make clean.
Detailed intallation instructions can be found in the INSTALL file.
Optional features can be enable by specifying them during configure. For
example, to enable visualizer run ./configure --enable-visualizer.
Additional details can be found in the INSTALL file.
C++
91.4%
M4
7.7%
The project is officially in maintenance mode. I (Andrzej Rybczak) still use it daily, but it's feature complete for me and there is very limited time I have for tending to the issue tracker and open pull requests.
No new, substantial features should be expected (at least from me). However, if there are any serious bugs or the project outright stops compiling because of new, incompatible versions of dependencies, it will be fixed.
The simplest way to compile this package is:
cd to the directory containing the package's source code.For the next two commands, csh users will need to prefix them with
sh .
Run autoreconf -fiv to generate the configure script.
Run ./configure to configure the package for your system. This
will take a while. While running, it prints some messages
telling which features it is checking for.
Run make to compile the package.
Type make install to install the programs and any data files
and documentation.
You can remove the program binaries and object files from the
source code directory by typing make clean.
Detailed intallation instructions can be found in the INSTALL file.
Optional features can be enable by specifying them during configure. For
example, to enable visualizer run ./configure --enable-visualizer.
Additional details can be found in the INSTALL file.
C++
91.4%
M4
7.7%