소스 검색

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 :
 
+#### 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```
 
+#### Fedora
+
+```nas-devel dbus-devel libudev-devel libXScrnSaver-devel```
+
 Although these are required for compilation, the runtime requirements for specific audio libraries are optional.
 
 ### Windows