external folder

This commit is contained in:
George Hotz
2020-01-17 10:33:21 -08:00
parent 23c2d02682
commit 6abffe0ede
578 changed files with 140675 additions and 0 deletions
+7
View File
@@ -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