diff --git a/cpp/kiss_icp/README.md b/cpp/kiss_icp/README.md index 4ef00d96..2a8244ec 100644 --- a/cpp/kiss_icp/README.md +++ b/cpp/kiss_icp/README.md @@ -6,3 +6,9 @@ cmake -Bbuild cmake --build build -j$(nproc --all) ``` + +## Dependencies + +The cmake build system should handle all dependencies for you. In case you have some particular +requirements for the library dependencies, by default the build system will attempt to use the +ones you have installed on your local system.