Changes between Version 17 and Version 18 of WikiStart
- Timestamp:
- Oct 19, 2006 11:46:56 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v17 v18 17 17 18 18 You can obtain the Cbc source code either via subversion or in form of nightly generated tarballs. The recommended method is to use subversion because it makes it easier to obtain updates. The following commands may be used to obtain and build Cbc from the source code using subversion: 19 1. svn co `https://projects.coin-or.org/svn/Cbc/trunk` coin-Cbc20 1. cd coin-Cbc21 1. ./configure -C22 1. make23 1. make test24 1. make install19 1. {{{svn co https://projects.coin-or.org/svn/Cbc/stable/1.1 coin-Cbc}}} 20 1. {{{cd coin-Cbc}}} 21 1. {{{./configure -C}}} 22 1. {{{make}}} 23 1. {{{make test}}} 24 1. {{{make install}}} 25 25 26 26 Step 1 issues the subversion command to obtain the source code. Alternatively one can obtain the source code from the [http://www.coin-or.org/Tarballs/ tarball directory], and downloading a file of the form Cbc_YYYYMMMDD.tgz. … … 38 38 The [http://projects.coin-or.org/MSVisualStudio MSVisualStudio] project has information about building on Windows in the Microsoft Development Studio. 39 39 40 The [ [http://projects.coin-or.org/CoinBinary Binary] project provides a downloadable binary distribution of Cbc.40 The [http://projects.coin-or.org/CoinBinary Binary] project provides a downloadable binary distribution of Cbc. 41 41 42 42 ---------- … … 44 44 == Included Projects == 45 45 46 If you download the Cbc package, you get [https://projects.coin-or.org/Cbc/browser/ trunk/Externals?format=raw these] additional projects.46 If you download the Cbc package, you get [https://projects.coin-or.org/Cbc/browser/stable/1.1/Externals?format=raw these] additional projects. 47 47 48 48 ---------