9 | | * '''COIN Package''': With this we mean all the files that are requires to compile and test the libraries and programs for a particular COIN project. A COIN package for a COIN project might include other COIN projects, if it depends on those other projects. (Third-party code that is not available on COIN but that is also required to compile the program or library, is not part of the COIN package and has to be downloaded separately.) |
| 8 | * '''COIN Project''': With this we mean the files grouped together as one project in COIN (e.g., source code, Makefiles). In order to actually compile and link libraries and executables associated with the project, it might be necessary to have files that are not contained in the project, e.g., files from other COIN projects (such as !CoinUtils). |
| 9 | |
| 10 | * '''COIN Package''': For every COIN project, there is an associated COIN package. A COIN package includes the COIN project along with all the COIN projects it depends on. (Third-party code that is not available on COIN but that is also required to compile the program or library, is not part of the COIN package and has to be downloaded separately.) |