Moved files to 'reactics-bdd'
This commit is contained in:
13
reactics-bdd/build_cudd.sh
Executable file
13
reactics-bdd/build_cudd.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/sh
|
||||
|
||||
CUDD_VERSION=3.0.0
|
||||
INSTALL_DIR="$PWD"
|
||||
|
||||
tar -zxvf dist/cudd-$CUDD_VERSION.tar.gz
|
||||
cd cudd-$CUDD_VERSION
|
||||
./configure --enable-shared --enable-obj --prefix=$INSTALL_DIR/cudd
|
||||
make -j4
|
||||
make install
|
||||
cd ..
|
||||
rm -rf cudd-$CUDD_VERSION
|
||||
|
||||
Reference in New Issue
Block a user