59 | | * '''--enable-gnu-packages''': Some of the COIN projects can make use of GNU packages (such as zlib, bzlib, or readline). Since those are usually provided under the GPL license, which has rather strong conditions, the configuration scripts do not check for the availability of those packages by default. If you want to '''compile the COIN code so that it uses GNU packages''', you need to provide this option. (Usually it will be necessary to add to CPPFLAGS the include-path and to LDFLAGS the path to the library, so that the package's header and library are found). |
| 59 | * '''--enable-gnu-packages''': Some of the COIN projects can make use of GNU packages (such as zlib, bzlib, or readline). Since those are usually provided under the GPL license, which has rather strong conditions, the configuration scripts do not check for the availability of those packages by default. If you want to '''check for the availability of GNU packages to that they are linked into your code if available''', you need to provide this option. (Usually it will be necessary to add to CPPFLAGS the include-path and to LDFLAGS the path to the library, so that the package's header and library are found). |