Skip to content

Commit

Permalink
Update README.md (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikgrahn13 authored Nov 8, 2024
1 parent 767983b commit 250572c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,13 @@ This project utilizes CMake presets but can also be built using plain old CMake.
git clone https://github.com/erikgrahn13/audio.git
cd audio
cmake --preset Debug
cmake --build build <plugin>
cmake --build build --target <plugin>
```
or
```bash
cmake --build build
```
to build all plugins

> 💡 **Note:**
> Documentation is generated using Doxygen and uses the latest version of available official docker image from [Doxygen](https://github.com/doxygen/doxygen/releases). Therefore, to be able to build the docs target you need to have docker installed and have the daemon running.
Expand Down

0 comments on commit 250572c

Please sign in to comment.