1
0
mirror of https://github.com/falk-werner/webfuse synced 2024-09-28 22:40:43 +00:00
falk-werner_webfuse/doc/build.md
2023-01-07 18:55:06 +01:00

922 B

webfuse build instructions

Build

cmake -B build
cmake --build build
sudo cmake --install build

Build options

Options Default Description
WITHOUT_PROVIDER OFF Disables build of webfuse provider
WITHOUT_TEST OFF Disables build of unit and integration tests
WITHOUT_CLANG_TIDY OFF Disables running clang tidy on build

Dependencies

Optional dependencies

Additional cmake targets

Target Description
test runs unit and integration tests
memcheck runs unit test with valgrind/memcheck