Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhaled87 committed Jan 13, 2020
2 parents eb57ba6 + f458ab8 commit 985ca19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Further details are found in the readme files in example directories and in the

You may use [Windows Subsystem For Linux (WSL)](https://docs.microsoft.com/en-us/windows/wsl/install-win10) and follow the same instructions before to run SCOTS. However, the MATLAB interface is not be supported.

Another option is to use the provided [VisualStudio build project](cudd-3.0.0/cudd.vcxproj) provided with the CUDD library to build a static version of the library. Make sure to use the *Relase* build configuration. After building, the static library will be loccacted in *cudd-3.0.0/lib*. You may then make your own VisualStudio projects from any example source code and link against the library.
Another option is to use the provided [VisualStudio build project](cudd-3.0.0/cudd.sln) provided with the CUDD library to build a static version of the library. After building, the static library will be loccacted in *cudd-3.0.0/lib*. You may then make your own VisualStudio projects from any example source code and link against the library.

## MATLAB Interface Installation

Expand Down

0 comments on commit 985ca19

Please sign in to comment.