Changes between Version 93 and Version 94 of WikiStart
- Timestamp:
- Apr 12, 2018 6:16:51 PM (10 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v93 v94 82 82 '''Quick Start Guide for Unix-like Environments''' 83 83 84 In a Unix-like environment (such as Linux or CYGWIN), the following commands may be used to obtain and build SYMPHONYfrom source using either SVN or git in most cases. For SVN, do84 In a Unix-like environment (such as Linux or CYGWIN), the following commands may be used to obtain and build DIP from source using either SVN or git in most cases. For SVN, do 85 85 {{{ 86 86 svn checkout https://projects.coin-or.org/svn/Dip/releases/0.92 Dip-0.92 … … 89 89 For git do 90 90 {{{ 91 git clone --branch=stable/0.92 https://github.com/coin-or/Dip SYMPHONY-5.691 git clone --branch=stable/0.92 https://github.com/coin-or/Dip Dip-0.92 92 92 cd Dip-0.92 93 93 git clone --branch=stable/0.8 https://github.com/coin-or-tools/BuildTools/ 94 BuildTools/get.dependencies fetch94 BuildTools/get.dependencies.sh fetch 95 95 }}} 96 96 Finally, do