Skip to content

Build instructions

phgm-d3ab edited this page Sep 12, 2022 · 2 revisions

Building this library should be easy and straightforward as it is just one .c file and a header. Dependencies are:

  • recent Linux kernel: 6.0 and above
  • recent version of liburing (probably available in repositories of any popular distro)
  • openssl

If using CMake the minimal config looks something like this:

cmake_minimum_required(VERSION 3.0)
project(buildroot C)

add_subdirectory(nmp)
Clone this wiki locally