mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-06 05:47:18 +00:00
Merge pull request #4143 from opensourcerouting/update-libyang-build-intr
doc: update libyang build instructions to enable compiler optimizations
This commit is contained in:
commit
c74fea17c2
@ -46,7 +46,8 @@ The FRR project builds binary ``libyang`` packages, which we offer for download
|
||||
git clone https://github.com/CESNET/libyang.git
|
||||
cd libyang
|
||||
mkdir build; cd build
|
||||
cmake -DENABLE_LYD_PRIV=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr ..
|
||||
cmake -DENABLE_LYD_PRIV=ON -DCMAKE_INSTALL_PREFIX:PATH=/usr \
|
||||
-D CMAKE_BUILD_TYPE:String="Release" ..
|
||||
make
|
||||
sudo make install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user