Release 3a Patchlevel 9
This page contains the source code distribution for Unix/Linux
platforms and binaries for Windows platforms
AnT-core
To build and install the AnT 4.669 software package
on your system, you have to do the following steps:
Download the packed tarball of the sources
Unpack and untar the sources using the command: tar -xvzf AnT-core-4.669-R3a_src.tar.gz
Switch to the created directory AnT-core-4.669-R3a_src
Run the configure script using the command: ./configure [ arguments ]
Invoke the build and install process using the command: make install
AnT-demos
The demos contain command files (demo.plt) for the plotting
program gnuplot. These command
files are prepared for the gnuplot version 3.7. As soon as the
stable release 4.0 of the gnuplot program is available, we will
adjust our command files. Because the version 3.8k.3 of gnuplot
is a beta release of the version 4.0 our command files still work,
but with some warnings due to major changes in the gnuplot
syntax.
User systems
If you intend to use the AnT 4.669 software package
for your own system, you have to do the following steps.
Implement your system in C++ analogously to one of the systems
in the AnT-demos package (for instance logistic.cpp)
and create your own source file, say 'mysystem.cpp'
Copy a Makefile of the AnT-demos package and change
the variable ANT_SYSTEM_NAME, say ANT_SYSTEM_NAME=mysystem
Invoke the GNU make utility which will build the shared object
'mysystem.so' needed by the AnT computation engine
AnT-core and AnT-demos
It is required, that the GTK+ 2.0 Runtime Environment
is installed on your system before installing the AnT 4.669 software
package.
To install the AnT 4.669 software
package on your system, please download the AnT_Setup.exe file from
this page. After a successful download, please run AnT_Setup.exe and
follow the installation instructions of the install wizard. This will
install not only the AnT 4.669 software
package, but also some required libraries and the gnuplot
program which is necessary for running the AnT-demos.
User systems
If you intend to use the AnT 4.669 software package
for your own system, you have to do the following steps.
At the moment it is necessary to install the MinGW environment (or Cygwin, if you like) on your
system.
Implement your system in C++ analogously to one of the systems
in the demos directory of your AnT 4.669 installation
(for instance logistic.cpp)
and create your own source file, say 'mysystem.cpp'
In order to build a dynamic link library of your system (mysystem.dll),
you have the following two choices:
-
Method 1: Using the GNU make utility of the cygwin environment together with the shipped Makefiles
-
Please make sure, that the PATH variable of the MinGW/Cygwin environment
contains the path to the AnT executable (AnT.exe). When looking at
the context sensitive menue of the AnT-gui binary on your desktop
(right mouse click), you will see this path. If the path to AnT.exe
is not set correctly, the Makefiles of the demos will not find the
AnT header file (AnT.hpp) and will not build the dynamic link library
required by the AnT computation engine.
-
Copy a Makefile of the AnT-demos package and change
the variable ANT_SYSTEM_NAME, say ANT_SYSTEM_NAME=mysystem
-
Invoke the GNU make utility which will build the dynamic link library
'mysystem.dll'.
-
Method 2: Using the shipped shell script (works only after a reboot of your system (98,NT) or a restart of your session (2000,XP))
-
Copy this build_system_dll.sh (shell script) and
run it with the name of your system (mysystem) as command line argument. This will build the
dynamic link library mysystem.dll, needed by the AnT computation engine.
Last modified: 2005-05-10
Contact: AnT