URING++
Loading...
Searching...
No Matches
URING++

License

Documentation | Examples

Building

Requires: C++ compiler with C++20 standard support and liburing development headers installed.

git clone https://github.com/howardlau1999/uringpp && cd uringpp
cmake -Bbuild -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .
cmake --build build
# To install
cmake --install build

Developing

Install clang-format and pre-commit.

pip install pre-commit
pre-commit install