Changeset 2274 for stable/2.9
- Timestamp:
- Feb 21, 2016 9:08:49 PM (5 years ago)
- Location:
- stable/2.9
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
stable/2.9
-
stable/2.9/Cbc
- Property svn:mergeinfo changed
/trunk/Cbc merged: 2273
- Property svn:mergeinfo changed
-
stable/2.9/Cbc/README
r2223 r2274 37 37 ## CHANGELOG 38 38 39 * Release 2.9.7 39 * Release 2.9.8 40 41 * Update to most current releases of dependencies 42 * Small bug fixes 43 * Add support for automatic build and test with Travis and Appveyor 44 45 * Release 2.9.7 40 46 41 47 * Small bug fixes -
stable/2.9/INSTALL
r1750 r2274 14 14 ********************************************************************** 15 15 16 Pre-built binaries are available for some versions of Cbc on some platforms. 17 They can be downloaded at 18 19 http://www.coin-or.org/download/binary/Cbc 16 For the most recent information on how to install Cbc binaries, please 17 see the Cbc Wiki: https://projects.coin-or.org/Cbc 20 18 21 19 If you would like to build from source, you can obtain the source code for the 22 Cbc package in t woways:20 Cbc package in three ways: 23 21 24 22 1. Obtain the source directly from the COIN-OR subversion repository … … 28 26 client TortoiseSVN (http://tortoisesvn.net). 29 27 30 Assuming that you want to download a release version 2.7.0, as an example,28 Assuming that you want to download a stable version 2.9, as an example, 31 29 you would execute the command 32 30 33 svn co https://projects.coin-or.org/svn/Cbc/ releases/2.7.0 Cbc-2.7.031 svn co https://projects.coin-or.org/svn/Cbc/stable/2.9 Cbc-2.9 34 32 35 You can similarly get source for the latest stable versionor the trunk33 You can similarly get source for the latest release or the trunk 36 34 (development) version. 37 35 38 2. Download the tarball from http://www.coin-or.org/download/source/Cbc 36 2. Obtain the source from Github using git. Assuming that you want to 37 download stable version 2.9, as an example, you would execute 38 the command 39 40 git clone --branch=stable/2.9 https://github.com/coin-or/Cbc Cbc-2.9 41 42 With git, you additionally, need to fetch the dependencies. To do so, 43 execute 44 45 cd Cbc-2.9 46 git clone --branch=stable/0.8 https://github.com/coin-or/BuildTools 47 BuildTools/get.dependencies fetch 48 49 3. Download the tarball from http://www.coin-or.org/download/source/Cbc 39 50 and extract it. For example, for the release 2.7.0 you type 40 51 -
stable/2.9/README.md
r2261 r2274 1 # CBC Version 2.9.4 README 2 3 [](https://travis-ci.org/coin-or/Cbc) 1 # CBC Version 2.9.8 README 4 2 5 3 Welcome to the README for the COIN Branch and Cut Solver (CBC). CBC is … … 8 6 be redistributed freely. 9 7 8 ## Current Testing Status 9 10 [](https://travis-ci.org/coin-or/Cbc) 11 12 [](https://ci.appveyor.com/project/tkralphs/cbc/branch/master) 13 10 14 ## DOCUMENTATION 11 15 … … 38 42 39 43 ## CHANGELOG 44 45 * Release 2.9.8 46 47 * Update to most current releases of dependencies 48 * Small bug fixes 49 * Add support for automatic build and test with Travis and Appveyor 40 50 41 51 * Release 2.9.7
Note: See TracChangeset
for help on using the changeset viewer.