ubuntu18.04 osqp installation

 

git clone --recursive https://github.com/oxfordcontrol/osqp

 

cd osqp
mkdir build
cd build

cmake .. -DBUILD_SHARED_LIBS=ON

make -j6

sudo make install

Guess you like

Origin blog.csdn.net/whuzhang16/article/details/111508384