diff --git a/Readme.md b/Readme.md index 322b04fd..db40d5df 100644 --- a/Readme.md +++ b/Readme.md @@ -162,6 +162,13 @@ cmake ../../build/iOS -DCMAKE_BUILD_TYPE=Release -DTHIRDPARTY_DIR=[ABSOLUTE_PATH make -j4 ``` +## Installing +On the root of the build folder, use the cmake install command + +```bash +cmake --install . +``` + ### Setting up VS Code intellisense This requires installing the (C/C++ Extension Pack)[https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack]. Configure CMake Tools to appear under the toolbar, with this setting: @@ -189,4 +196,4 @@ This will also configure the `thirdparty` directory. Now, it should be working. ### Linux -Enter the `.build` directory and run `ctest -C Release`. \ No newline at end of file +Enter the `.build` directory and run `ctest -C Release`.