Skip to content

Commit

Permalink
Update doc/docs/NLopt_on_Windows.md
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengj authored Aug 9, 2024
1 parent bb27cdb commit db8fd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docs/NLopt_on_Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To simplify installation, there are also precompiled 32-bit and 64-bit Windows [

These `.tar.gz` files unpack (with a variety of Windows software, e.g. 7-zip) into a folder with a `bin` subdirectory that contains `libnlopt.dll`. To link with this in your compiler, you will typically also want the [import library](https://stackoverflow.com/questions/3573475/how-does-the-import-library-work-details) for the DLL, which can be found in the `lib` subdirectory and is called `libnlopt.dll.a` (this can be used similarly to the `.lib` files you may be used to). See, in particular, [these instructions for nlopt](https://www.mathworks.com/matlabcentral/answers/380072-mex-error-undefined-reference#answer_356517).

If you need a step-by-step guide on how to install NLopt and run the [tutorial](https://nlopt.readthedocs.io/en/latest/NLopt_Tutorial/) you should check [this post](https://medium.com/@gabrielr.domingos/installing-nlopt-on-windows-and-using-it-with-c-3e84d91c8960).
If you need a step-by-step guide on how to install NLopt and run the [tutorial](https://nlopt.readthedocs.io/en/latest/NLopt_Tutorial/) you might be interested in [this blog post](https://medium.com/@gabrielr.domingos/installing-nlopt-on-windows-and-using-it-with-c-3e84d91c8960).

Unofficial Python binaries for Windows are available from Christoph Gohike:

Expand Down

0 comments on commit db8fd9e

Please sign in to comment.