Skip to content
Prev 9743 / 10988 Next

[Rcpp-devel] installation of nlopt on windows from source

Maybe try one of two things

a) Use this advice to build as 64bit:

   https://github.com/jyypma/nloptr/blob/master/INSTALL.windows#L65

b) Use this advice to avoid all this trouble and a use a prebuilt version

   https://github.com/jyypma/nloptr/blob/master/INSTALL.windows#L72

But I don't really know as I work mostly on another platform...

Dirk