We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libcudd
1 parent 1cabb29 commit e67deb3Copy full SHA for e67deb3
doc.md
@@ -1511,6 +1511,14 @@ to define `CFLAGS` and `LDFLAGS` before installing.
1511
You need to have copied `CuddInt.h` to the installation's include location
1512
(CUDD omits it).
1513
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
1522
1523
## Installing the development version
1524
0 commit comments