Skip to content

Commit

Permalink
Update dev-environment.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan authored Feb 18, 2024
1 parent 63b5b95 commit 946869e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/docs/Developers/dev-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ Keep in mind that the overall experience when using Docker Desktop for developme

1. Install [GoLang 1.20+](https://golang.org/doc/install)
2. Install [Node 18](http://nodejs.org/)
3. Install [TagLib](http://taglib.org)
3. Install [TagLib](https://github.com/taglib/taglib/blob/master/INSTALL.md), preferable version 2.0
- Ubuntu: `sudo apt install libtag1-dev`
- Arch Linux: `pacman -S taglib`
- Fedora: `dnf install taglib-devel`
- macOS: `brew install taglib`
- macOS: `brew install taglib --HEAD`
- For other platforms check their [installation instructions](https://github.com/taglib/taglib/blob/master/INSTALL.md)

4. Install `pkg-config`
Expand Down

0 comments on commit 946869e

Please sign in to comment.