In order to compile GAM, you need a POSIX system equipped with:
  • GNU Autoconf (>=2.61)
  • GNU Automake (>=1.10)
  • GNU Libtool (>=1.5.26)
  • GNU PThread Library
  • GNU GCC and G++ (>=4.0.0)
  • BOOST C++ Library (>=1.34)
To test the presence of required libraries, enter the main source directory and use the command:./boostrap && ./configureIf your system does not satisfy the GAM requests, you will receive an error message which explains the problem. If, otherwise, you do not get any errors, you can compile the source by using the following command:make all Above command will produce set of executable programs in the src directory.

< Downloading GAM - Using GAM >