Installation
From prebuilt RPM packages
The prebuilt RPM packages can be obtained via [Copr](https://copr.fedorainfracloud.org/coprs/g/CESNET/nfb-framework/):
sudo dnf copr enable @CESNET/nfb-framework
sudo dnf install nfb-framework
From source code
Clone the repository from GitHub.
git clone https://github.com/CESNET/ndk-sw.git
cd ndk-sw
Install all prerequisites on supported Linux distributions.
sudo ./build.sh --bootstrap
Download and extract 3rd party code archive from the GitHub Release page.
./build.sh --prepare
Compile library and tools to the cmake-build folder.
./build.sh --make
Compile Linux driver.
(cd drivers; ./configure; make)
Load Linux driver manually.
sudo insmod drivers/kernel/drivers/nfb/nfb.ko
Install library and tools to system.
sudo make -C cmake-build install
cmake typical instalation prefix is /usr/local/