From 7d6716cfd43402304814622a9f5c629ea9789219 Mon Sep 17 00:00:00 2001 From: andreadelprete <andre.delprete@gmail.com> Date: Mon, 6 Jun 2016 11:43:02 +0200 Subject: [PATCH] Fix mistake in README --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 0789d2b..145659f 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,6 @@ cd qpoases/build cmake -DCMAKE_INSTALL_PREFIX=${DEVEL_DIR}/install .. make install ``` -#Alternatively, you can install qpOases from sources following the instructions on its [webpage](https://projects.coin-or.org/qpOASES). -#Note that you need to compile qpOases into a dynamic library (not a static one). - Then you can clone this repository using ssh: ``` git clone --recursive git@github.com:andreadelprete/robust-equilibrium-lib.git $ROBUST_EQUI_LIB_DIR -- GitLab