2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

Update centos installation notes

Tomek Mrugalski 2018-10-11 10:51:29 -04:00
parent eafcf416c8
commit ef1fadf25b

@ -89,7 +89,7 @@ cd ..
git clone https://github.com/sysrepo/sysrepo.git git clone https://github.com/sysrepo/sysrepo.git
cd sysrepo cd sysrepo
mkdir build; cd build 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 make
sudo make install sudo make install
cd .. cd ..