From ef1fadf25b10bb8975a97ffe886d4258c89b37ee Mon Sep 17 00:00:00 2001 From: Tomek Mrugalski Date: Thu, 11 Oct 2018 10:51:29 -0400 Subject: [PATCH] Update centos installation notes --- docs/centos-installation-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/centos-installation-notes.md b/docs/centos-installation-notes.md index ba74dd4..8638f40 100644 --- a/docs/centos-installation-notes.md +++ b/docs/centos-installation-notes.md @@ -89,7 +89,7 @@ cd .. git clone https://github.com/sysrepo/sysrepo.git cd sysrepo mkdir build; cd build -cmake -DCMAKE_BUILD_TYPE=Release .. +cmake -DCMAKE_BUILD_TYPE=Release -DGEN_LANGUAGE_BINDINGS=ON -DGEN_CPP_BINDINGS=ON -DGEN_PYTHON_BINDINGS=OFF -DGEN_LUA_BINDINGS=OFF -DENABLE_TESTS=OFF .. make sudo make install cd ..