README typo
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
c2a0c4db30
commit
e9ecb6cefb
|
|
@ -153,7 +153,7 @@ git clone https://github.com/parallaxsw/OpenSTA.git
|
||||||
cd OpenSTA
|
cd OpenSTA
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake -DCUDD_DIR=<CUDD_INSTALL_DIR> ,.
|
cmake -DCUDD_DIR=<CUDD_INSTALL_DIR> ..
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
The default build type is release to compile optimized code.
|
The default build type is release to compile optimized code.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue