Skip to content

Commit e67deb3

Browse files
committed
DOC: how to link to MacPorts libcudd
1 parent 1cabb29 commit e67deb3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1511,6 +1511,14 @@ to define `CFLAGS` and `LDFLAGS` before installing.
15111511
You need to have copied `CuddInt.h` to the installation's include location
15121512
(CUDD omits it).
15131513

1514+
For example, to use CUDD as installed by MacPorts
1515+
(port [`libcudd`](
1516+
https://ports.macports.org/port/libcudd/)), use
1517+
1518+
```sh
1519+
CFLAGS="-I/opt/local/include" LDFLAGS="-L/opt/local/lib"
1520+
```
1521+
15141522

15151523
## Installing the development version
15161524

0 commit comments

Comments
 (0)