Skip to content

Commit 5f0e1ea

Browse files
authored
README: fix typo.
1 parent 2fbff04 commit 5f0e1ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Depending on the target you chose in Cmake, you will get either a Visual Studio
9696

9797
### Dependencies
9898

99-
MIDIVisualizer depends on the [GLFW3 library](http://www.glfw.org), the sr_gui library](https://github.com/kosua20/sr_gui) and [RtMidi17](https://github.com/jcelerier/RtMidi17/), all included in the repository and built along with the main executable. It also optionally relies on [FFMPEG](https://ffmpeg.org) v4.2 for video export. For licensing reasons only MPEG-2 and MPEG-4 exports are supported for now in the release builds.
99+
MIDIVisualizer depends on the [GLFW3 library](http://www.glfw.org), the [sr_gui library](https://github.com/kosua20/sr_gui) and [RtMidi17](https://github.com/jcelerier/RtMidi17/), all included in the repository and built along with the main executable. It also optionally relies on [FFMPEG](https://ffmpeg.org) v4.2 for video export. For licensing reasons only MPEG-2 and MPEG-4 exports are supported for now in the release builds.
100100

101101
On macOS and Windows, no additional dependencies are required. On Linux, you will need to have the following packages installed: `xorg-dev libgtk-3-dev libnotify libasound2-dev`, and if you plan on using FFMPEG, `ffmpeg libavcodec-dev libavformat-dev libavdevice-dev`.
102102

0 commit comments

Comments
 (0)