Skip to content

Commit

Permalink
Adding install to Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henriqueaklein committed Jun 3, 2024
1 parent 0c78dc7 commit 2a83660
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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`.
Enter the `.build` directory and run `ctest -C Release`.

0 comments on commit 2a83660

Please sign in to comment.