Skip to content

Commit

Permalink
Doc: Add Vcpkg installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 11, 2024
1 parent c500b50 commit 4d57a8a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/docs/NLopt_Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,19 @@ cmake -DBUILD_SHARED_LIBS=OFF ..
Then you run `make` and `make` `install` as usual.


Vcpkg
-----

Alternatively, you can build and install NLopt using [vcpkg](https://github.com/Microsoft/vcpkg/) dependency manager:

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install nlopt

The NLopt port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.

Octave and Matlab plugins
-------------------------

Expand Down

0 comments on commit 4d57a8a

Please sign in to comment.