7 | | Further down on this page you find straight-forward instructions for downloading and compiling the code. More detailed information is available [wiki:pm-detailed]. |
8 | | |
9 | | = General Configuration and Installation Instructions for COIN projects = |
10 | | |
11 | | [[TOC]] |
12 | | |
13 | | ''Note that these project webpages are based on Wiki, which allows webusers to modify the content to correct typos, add information, or share their experience and tips with other users. You are welcome to contribute to these project webpages. To edit these pages or submit a ticket you must first [http://www.coin-or.org/usingTrac.html register and login].'' |
14 | | |
15 | | These webpages are intended to give users as well as developers of many COIN projects '''information on how to use and maintain the COIN code'''. These pages apply to COIN projects that are using subversion as the source code repository and autotools for configuring, building and installing. |
16 | | |
17 | | The COIN projects that these pages currently apply to are: |
18 | | * Cops (Alps, BiCePS, Blis), Bonmin, Cbc, Cgl, Clp, !CoinUtils, Dylp, FlopC++, Ipopt, Osi, Smi, SYMPHONY, Vol |
19 | | |
20 | | ------------------------------------------------ |
| 7 | Below you find straight-forward instructions for downloading and compiling the code. More detailed information is available [wiki:pm-detailed]. |
67 | | |
68 | | --------------------- |
69 | | |
70 | | == Detailed Information For Users == |
71 | | |
72 | | The above commands work in most cases if you don't have particular requirements, but it is probably a good idea to read the information on the home page for the desired COIN project, and to learn more using the links below. You can also share comments, trick and hints with other users and developers at the [wiki:user-comments user comments page]. |
73 | | |
74 | | [[TOC(inline,heading=Information For Users,WikiStart,user-download,user-directories,user-configure,user-compile,user-examples,user-troubleshooting,user-comments)]] |
75 | | |
76 | | ------------------------------------------------------- |
77 | | |
78 | | == Information For Project Managers == |
79 | | |
80 | | |
81 | | The information behind the links below is mostly intended for people working on COIN projects, ''i.e.'', project managers as well as contributors. |
82 | | |
83 | | === [wiki:pm-svn Understanding Subversion] === |
84 | | |
85 | | [[TOC(inline,noheading,pm-svn,pm-svn-cmds,pm-svn-cmds_tortise,pm-svn-branches,pm-svn-externals,pm-svn-releases,pm-svn-conf)]] |
86 | | |
87 | | === [wiki:pm-autotools Using the Autotools In COIN] === |
88 | | |
89 | | [[TOC(inline,noheading,pm-autotools,pm-autotools-intro,pm-structure-config,pm-base-config,pm-project-config,pm-automake-intro,pm-base-make,pm-project-make,pm-source-make,pm-test-make,pm-get-autotools,pm-comments)]] |
90 | | |
91 | | ------------------------------ |
92 | | |
93 | | == More Information == |
94 | | |
95 | | If you have questions or problems related to the usage of subversion and the Autotools, please submit a Ticket to the !BuildTools project, using the "New Ticket" link on top of this page (after [http://www.coin-or.org/usingTrac.html logging in]).'' |
96 | | |