Skip to content

3. Installation procedure

Ioannis G. Tsoulos edited this page Jun 22, 2019 · 3 revisions

The software can be downloaded from the relevant https://github.com/itsoulos/GenConstraint/ The software has been written in Ansi C++ for Unix based environments and under any Unix system the user can issue the following commands to compile and install the software.

  1. unzip GenConstraint-master.zip

  2. cd GenConstraint-master

  3. Open with an editor the file Makefile.inc. In most cases, the user should change only the last variable ROOTDIR in order and he should setup the variable to refer to the current installation directory.

  4. Issue the command make or gmake in some BSD systems

  5. The final outcome of the compilation is the command line utility make_program located under the bin subdirectory.

Clone this wiki locally