-
Notifications
You must be signed in to change notification settings - Fork 3
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.
-
unzip GenConstraint-master.zip
-
cd GenConstraint-master
-
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.
-
Issue the command make or gmake in some BSD systems
-
The final outcome of the compilation is the command line utility make_program located under the bin subdirectory.