mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-22 08:43:54 +08:00
external folder
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
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
|
||||
Reference in New Issue
Block a user