Migrating to CUDD 3.0.0
This commit is contained in:
9
build_cudd.sh
Executable file
9
build_cudd.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
CUDD_VERSION=3.0.0
|
||||
INSTALL_DIR="$PWD"
|
||||
|
||||
cd cudd-$CUDD_VERSION
|
||||
./configure --enable-shared --enable-obj --prefix=$INSTALL_DIR/cudd
|
||||
make
|
||||
make install
|
||||
Reference in New Issue
Block a user