瀏覽代碼

Updated documentation on additional Linux software package for RPI.

Yao Wei Tjong 姚伟忠 12 年之前
父節點
當前提交
f442c0c16a
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      Docs/GettingStarted.dox
  2. 4 4
      Readme.txt

+ 1 - 1
Docs/GettingStarted.dox

@@ -12,7 +12,7 @@ Although all required third-party libraries are included as source code, there a
 
 
 - For Linux, the following development packages need to be installed: libx11-dev, libxrandr-dev, libasound2-dev on Debian-based distros; libX11-devel, libXrandr-devel, alsa-lib-devel on RedHat-based distros. Also install the package libgl1-mesa-dev (Debian) or mesa-libGL-devel (RH) if your GPU driver does not include OpenGL headers & libs.  Building as 32-bit on a 64-bit system requires installing also the 32-bit versions of the development libraries.
 - For Linux, the following development packages need to be installed: libx11-dev, libxrandr-dev, libasound2-dev on Debian-based distros; libX11-devel, libXrandr-devel, alsa-lib-devel on RedHat-based distros. Also install the package libgl1-mesa-dev (Debian) or mesa-libGL-devel (RH) if your GPU driver does not include OpenGL headers & libs.  Building as 32-bit on a 64-bit system requires installing also the 32-bit versions of the development libraries.
 
 
-- For Raspberry Pi, the following development packages need to be installed: libraspberrypi0, libraspberrypi-dev, libasound2-dev on Raspbian; raspberrypi-vc-libs, raspberrypi-vc-libs-devel, alsa-lib-devel on Pidora. The first two packages which contain the Broadcom VideoCore IV libraries and development headers should normally come preinstalled.
+- For Raspberry Pi, the following development packages need to be installed: libraspberrypi0, libraspberrypi-dev, libasound2-dev, libudev-dev on Raspbian; raspberrypi-vc-libs, raspberrypi-vc-libs-devel, alsa-lib-devel, systemd-devel on Pidora. The first two packages which contain the Broadcom VideoCore IV libraries and development headers should normally come preinstalled.
 
 
 - For Mac OS X, the Xcode developer tools package should include everything necessary.
 - For Mac OS X, the Xcode developer tools package should include everything necessary.
 
 

+ 4 - 4
Readme.txt

@@ -125,10 +125,10 @@ successfully:
   development libraries.
   development libraries.
 
 
 - For Raspberry Pi, the following development packages need to be installed:
 - For Raspberry Pi, the following development packages need to be installed:
-  libraspberrypi0, libraspberrypi-dev, libasound2-dev on Raspbian;
-  raspberrypi-vc-libs, raspberrypi-vc-libs-devel, alsa-lib-devel on Pidora.
-  The first two packages which contain the Broadcom VideoCore IV libraries and
-  development headers should normally come preinstalled.
+  libraspberrypi0, libraspberrypi-dev, libasound2-dev, libudev-dev on Raspbian;
+  raspberrypi-vc-libs, raspberrypi-vc-libs-devel, alsa-lib-devel, systemd-devel
+  on Pidora. The first two packages which contain the Broadcom VideoCore IV
+  libraries and development headers should normally come preinstalled.
 
 
 - For Mac OS X, the Xcode developer tools package should include everything
 - For Mac OS X, the Xcode developer tools package should include everything
   necessary.
   necessary.