You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
211 B
8 lines
211 B
5 years ago
|
wget 'http://www.coin-or.org/download/source/CppAD/cppad-20170816.epl.tgz'
|
||
|
tar xvf cppad-20170816.epl.tgz
|
||
|
cd cppad-20170816/
|
||
|
mkdir build
|
||
|
cd build
|
||
|
cmake -D cppad_prefix="$HOME/one/external/cppad" ..
|
||
|
make install
|