Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aShanki authored Aug 6, 2024
1 parent cac077d commit 5f08637
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,4 @@
```
This command compiles the project according to the generated build files.

### Additional Notes:
- **Dependencies**: If the project has external dependencies that are not included in the repository, ensure they are installed on your system before running CMake. You may need to specify their paths or use CMake options (`-D` flags) to configure the project correctly.

- **Build Configurations**: CMake supports different build configurations (e.g., Debug, Release). You can specify these configurations during the CMake configuration step using `-DCMAKE_BUILD_TYPE`:
```bash
cmake -DCMAKE_BUILD_TYPE=Release ..
```
Replace `Release` with `Debug` or any other configuration you need.

By following these steps, you should be able to clone and build the project using CMake successfully.

0 comments on commit 5f08637

Please sign in to comment.