Skip to content

Commit

Permalink
Readme - Cleanup (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiritigowda authored Jan 30, 2025
1 parent 3d2bb3a commit fc4a3c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ MIVisionX toolkit provides tools for accomplishing your tasks throughout the who
### Compiler
* AMD Clang++ Version `18.0.0` or later - installed with ROCm
>[!NOTE]
> AMD Clang++ is the preferred compiler, users can change this with the `CMAKE_CXX_COMPILER` variable
> AMD Clang++ is the preferred cxx compiler, users can change this with the `CMAKE_CXX_COMPILER` variable
### Libraries
* CMake - Version `3.10` and above
Expand Down Expand Up @@ -119,7 +119,7 @@ MIVisionX toolkit provides tools for accomplishing your tasks throughout the who
```
* FFmpeg - Version `4.4.2` and above
```shell
sudo apt install ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev
sudo apt install libavcodec-dev libavformat-dev libavutil-dev libswscale-dev
```

> [!IMPORTANT]
Expand Down

0 comments on commit fc4a3c5

Please sign in to comment.