소스 검색

Fixed include path.
Added openSUSE requirements.

woollybah 6 년 전
부모
커밋
1f354a21bf
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      README.md
  2. 1 1
      sdl.mod/sdl.bmx

+ 4 - 0
README.md

@@ -32,6 +32,10 @@ As well as the usual packages required to build BlitzMax, the following develope
 
 ```nas-devel dbus-devel libudev-devel libXScrnSaver-devel```
 
+#### openSUSE
+
+```libudev-devel libXss-devel```
+
 Although these are required for compilation, the runtime requirements for specific audio libraries are optional.
 
 ### Windows

+ 1 - 1
sdl.mod/sdl.bmx

@@ -63,7 +63,7 @@ Import "include/linuxx86/*.h"
 ?linuxx64
 ModuleInfo "CC_OPTS: -mmmx -m3dnow -msse -msse2 -DHAVE_LINUX_VERSION_H"
 ModuleInfo "CC_OPTS: -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include"
-ModuleInfo "CC_OPTS: -I/usr/lib64/dbus-1.0/include/dbus"
+ModuleInfo "CC_OPTS: -I/usr/lib64/dbus-1.0/include"
 
 Import "include/linuxx64/*.h"
 ?raspberrypi