Changes between Version 6 and Version 7 of user-examples
- Timestamp:
- Oct 6, 2006 2:39:38 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
user-examples
v6 v7 4 4 5 5 Assume that you have dowloaded the COIN package {{{Pkg}}} 6 in the directory {{{Coin-Pkg}}}. You have run {{{configure}}}, {{{make}}}, and {{{make install}}} from7 the directory {{{Coin-Pkg }}}. Assume that you used {{{Coin-Pkg}}} as6 in the directory {{{Coin-Pkg}}}. You have run {{{configure}}}, {{{make}}}, and {{{make install}}} in 7 the directory {{{Coin-Pkg/build}}}. Assume that you used {{{Coin-Pkg/build}}} as 8 8 the install directory (i.e. the default), obtaining libraries 9 in {{{Coin-Pkg/ lib}}} and include files in {{{Coin-Pkg/include}}}.9 in {{{Coin-Pkg/build/lib}}} and include files in {{{Coin-Pkg/build/include}}}. 10 10 11 11 For most COIN packages, the main directory contains an {{{examples}}} 12 subdirectory. Assuming that this is the case for the package {{{Pkg}}}, the directory {{{Coin-Pkg/ Pkg/examples}}}12 subdirectory. Assuming that this is the case for the package {{{Pkg}}}, the directory {{{Coin-Pkg/build/Pkg/examples}}} 13 13 contains a {{{Makefile}}} that has been adapted to your system. 14 14 If you want to hook up your own code to this COIN library, it might be a good idea to start by looking at the example Makefile. 15 15 16 {{{Note:}}} You should use only the libraries and header files that have been installed in {{{Coin-Pkg/ lib}}} and {{{Coin-Pkg/include}}}16 {{{Note:}}} You should use only the libraries and header files that have been installed in {{{Coin-Pkg/build/lib}}} and {{{Coin-Pkg/build/include}}} 17 17 not those in any other directory. Picking up libraries and headers from the source directories has a good chance of creating problems. 18 18