# qpDUNES-dev **Repository Path**: allingo/qpDUNES-dev ## Basic Information - **Project Name**: qpDUNES-dev - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-20 - **Last Updated**: 2023-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README qpDUNES-dev =========== Private development repository for qpDUNES +=================================================================+ INSTALLATION: ------------- 1) build the qpDUNES source code from the qpDUNES root directory: cd [qpDUNES-dir] make SOLVE A QP: ----------- 1) go to examples directory: cd [qpDUNES-dir]/examples 2) build the examples: make 3) run an example of your choice ./example1 INSTALLATION WITH CMAKE: ------------- ``` mkdir build cd build cmake -DQPDUNES_SIMPLE_BOUNDS_ONLY:BOOL=OFF make make install ``` after this you can run test, optionally: ``` make test ``` +=================================================================+