瀏覽代碼

Added requirements for Fedora.

woollybah 6 年之前
父節點
當前提交
7ce1022a39
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -24,8 +24,14 @@ Depending on which platform you are targeting, you may be required to install ex
 
 
 As well as the usual packages required to build BlitzMax, the following developer packages are required for building the libSDL sources with SDL.mod :
 As well as the usual packages required to build BlitzMax, the following developer packages are required for building the libSDL sources with SDL.mod :
 
 
+#### Debian (Ubuntu, Mint, etc)
+
 ```libasound2-dev libpulse-dev libaudio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libxxf86vm-dev libxss-dev libgl1-mesa-dev libesd0-dev libdbus-1-dev libudev-dev```
 ```libasound2-dev libpulse-dev libaudio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxi-dev libxinerama-dev libxxf86vm-dev libxss-dev libgl1-mesa-dev libesd0-dev libdbus-1-dev libudev-dev```
 
 
+#### Fedora
+
+```nas-devel dbus-devel libudev-devel libXScrnSaver-devel```
+
 Although these are required for compilation, the runtime requirements for specific audio libraries are optional.
 Although these are required for compilation, the runtime requirements for specific audio libraries are optional.
 
 
 ### Windows
 ### Windows