From e100015c974e4257d77ae4732cca594c0fe9fca0 Mon Sep 17 00:00:00 2001 From: cwilvx Date: Sat, 5 Apr 2025 21:27:34 +0300 Subject: [PATCH] update readme --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ba4d2c4b..d4d205f0 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@
Swing Music
-
v2.0.2
+
v2.0.3
**
[Download](https://swingmusic.vercel.app/downloads) • Support Development • [Docs](https://swingmusic.vercel.app/guide/introduction.html) • [Screenshots](https://swingmusic.vercel.app) • [r/SwingMusicApp](https://www.reddit.com/r/SwingMusicApp)
** @@ -44,7 +44,20 @@ Swing Music is available as pre-compiled binaries for Windows and Linux. Just do On Linux, you can install FFmpeg using: ```sh -sudo apt-get install ffmpeg libavcodec-extra -y +sudo apt-get install ffmpeg libev-dev libavcodec-extra -y +``` + +The `libev` package is needed on Linux and MacOS. You can install it on other system as shown: + +```sh +# Arch Linux +pacman -S libev + +# Fedora, CentOS +dnf install libev-devel + +# MacOS +brew install libevl ``` Then make the file executable first. @@ -119,7 +132,7 @@ Swing Music is looking for contributors. If you're interested, please join us at This software is provided to you with terms stated in the MIT License. Read the full text in the `LICENSE` file located at the root of this repository. -**[MIT License](https://opensource.org/licenses/MIT) | Copyright (c) 2023 Mungai Njoroge** +[MIT License](https://opensource.org/licenses/MIT) | Copyright (c) 2021 - Present, Mungai Njoroge ### Contributors