From: Eduardo Ramos Testillano Date: Wed, 18 Oct 2017 09:53:47 +0000 (+0200) Subject: Fix ad-hoc cmake for install X-Git-Url: https://git.teslayout.com/public/public/public/?p=anna.git;a=commitdiff_plain;h=8a772df15f15fc2b3cc1351aa0628a36890e523f Fix ad-hoc cmake for install --- diff --git a/README.md b/README.md index 66bdb99..7bfbb7c 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ To install headers, libraries, and examples, execute: Optionally you could specify another prefix for installation: - > cmake -DCMAKE_INSTALL_PREFIX=$HOME/anna-deploy + > cmake -DMY_OWN_INSTALL_PREFIX=$HOME/anna-deploy > make install ## Uninstall