diff --git a/README.md b/README.md index b02eb2e..cc316e3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ A utility library to bridge llvm and mlir gaps. ## Build & Configure +NOTE: if using the vcpkg preset, `VCPKG_ROOT` must be set to the root directory of the vcpkg instance ``` cmake --preset ninja-multi-vcpkg @@ -16,7 +17,6 @@ cmake --build --preset ninja-multi-vcpkg ## Install & Integrate Simply use cmake install infrastructure: -NOTE: if using the vcpkg preset, `VCPKG_ROOT` must be set to the root directory of the vcpkg instance ``` cmake -DCMAKE_INSTALL_PREFIX:PATH= --build --preset ninja-multi-vcpkg --target install