Browse Source

Merge pull request #54 from DeShrike/shrike-deps

Added info about X11 dev packages.
Alexey Kutepov 1 year ago
parent
commit
72fb98470b
1 changed files with 10 additions and 0 deletions
  1. 10 0
      README.md

+ 10 - 0
README.md

@@ -43,6 +43,16 @@ $ ./build/musializer
 
 Keep in mind that the application needs [./resources/](./resources/) to be present in the folder it is ran from.
 
+If the build fails because of missing header files, you may need to install the X11 dev packages.
+
+On Debian, Ubuntu, etc, do this:
+
+```console
+$ sudo apt install libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev
+```
+
+On other distro's, use the appropriate package manager.
+
 ### Windows MSVC
 
 From within `vcvarsall.bat` do