File: INSTALL

package info (click to toggle)
clp 1.16.11%2Brepack1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 11,116 kB
  • ctags: 6,811
  • sloc: cpp: 178,972; sh: 8,845; xml: 3,682; makefile: 455; ansic: 81
file content (11 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
There are a number of example/test programs in this directory. 

Before any of these sample programs could be compiled one needs to
install the COIN libraries used. This includes Clp for sure, and may
include others (like Vol). Please go to the appropriate directories,
read the INSTALL file there and install the libraries.

The examples here can be compiled by `make DRIVER=<driver>`, where
<driver> should be replaced with the name of the source file you want
to compile (without the .cpp or .c). The output of the compilation is
an executable named <driver> (or <driver>.exe on Windows).