From c5adef7a36da1c18199afd9d72b83cffc4f7e9fa Mon Sep 17 00:00:00 2001 From: emeric Date: Sun, 29 May 2022 14:02:24 +0200 Subject: [PATCH] cmake command updated to match debian's /usr location. fixes #232 --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c8f44f61..b93a9e1c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -50,7 +50,7 @@ git clone https://github.com/epoupon/lms.git lms cd lms mkdir build cd build -cmake .. -DCMAKE_BUILD_TYPE=Release +cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ``` __Notes__: * you can customize the installation directory using `-DCMAKE_INSTALL_PREFIX=path` (defaults to `/usr/local`).