![ASIX AXM57104 Скачать руководство пользователя страница 44](http://html1.mh-extra.com/html/asix/axm57104/axm57104_user-manual_2982937044.webp)
44
Copyright (C) 2020 Reserved by ASIX Electronics Corporation, All Rights Reserved.
AXM57104
TSN Ethernet Switch PCIe Card User Guide
Reference Design User Guide
8-3-1-12 Libredblack
A library to provide the RedBlack balanced tree searching and sorting algorithm. Please following below
step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/libredblack
~#: ./configure
~#: make
~#: sudo make install
Figure 8 - 13
So, the require libraries already install, we start build the sysrepo, please following below step to install:
~#: cd (
Your BSP location
)/Application/Netconf/RelyPackets/sysrepo-0.7.7
~#: mkdir build && cd build
~#: cmake -DCMAKE_BUILD_TYPE=Release -
DCMAKE_INSTALL_PREFIX:PATH=/usr .. -DGEN_LUA_BINDINGS=OFF
~#: make
~#: sudo make install