OptimoJoe / Optizelle

Optizelle [op-tuh-zel] is an open source software library designed to solve general purpose nonlinear optimization problems.
www.optimojoe.com/products/optizelle
63 stars 13 forks source link

Document how to run CMake without ccmake #18

Closed josyoun closed 8 years ago

josyoun commented 10 years ago

In many situations, we want to automate the build and installation of Optizelle. In that case, running ccmake or cmake-gui isn't practical. Rather, we need to use cmake and correctly confguration everything in a one shot. In truth, this isn't that hard to do, but we need some documentation on how to accomplish this. Mostly, due to the moderately complicated nature of the build setup, certain flags needs to be specified before others.

josyoun commented 8 years ago

Added in commit df5b4b09f4d73725019d1c91df83b454137992d3.