Skip to content

Commit a095ef1

Browse files
committed
README
Signed-off-by: James Cherry <[email protected]>
1 parent 6832467 commit a095ef1

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -134,24 +134,16 @@ power activity propagation and spice netlist generation.
134134
CUDD is available
135135
[here](https://github.com/davidkebo/cudd/blob/main/cudd_versions/cudd-3.0.0.tar.gz).
136136

137-
Use the CUDD_DIR option to set the install directory of the CUDD
138-
library if it is not in one of the normal system install directories.
139-
140-
```
141-
cmake -DCUDD_DIR=$HOME/stax/cudd-3.0.0 .."
142-
```
143-
144137
When building CUDD you may use the `--prefix ` option to `configure` to
145138
install in a location other than the default (`/usr/local/lib`).
146139
```
147140
cd $HOME/cudd-3.0.0
148-
mkdir $HOME/cudd
149-
./configure --prefix $HOME/cudd
141+
./configure --prefix $HOME/cudd-3.0.0
150142
make
151143
make install
152144
153145
cd <opensta>/build
154-
cmake .. -DUSE_CUDD=ON -DCUDD_DIR=$HOME/cudd
146+
cmake -DCUDD_DIR=$HOME/cudd-3.0.0 ,.
155147
```
156148

157149
### Installing with CMake

0 commit comments

Comments
 (0)