From b6d26aef266ca3a246906ab8f2b7c90fc8737d3d Mon Sep 17 00:00:00 2001 From: Micah Elizabeth Scott <micah@scanlime.org> Date: Thu, 25 Jul 2013 16:17:51 -0700 Subject: [PATCH] Tweak server build instructions --- server/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server/README.md b/server/README.md index ca6c610..be0b73b 100644 --- a/server/README.md +++ b/server/README.md @@ -102,9 +102,9 @@ On Mac OS, the required packages are easy to install with [Homebrew](http://brew $ brew install libusbx libev -On Debian or Ubuntu Linux, libev can be installed with apt-get, but currently you must compile libusbx yourself: +On Debian or Ubuntu Linux (including the Raspberry Pi) libev can be installed with apt-get, but currently you must compile libusbx yourself: - $ sudo apt-get install libev libtool autoconf automake libudev-dev + $ sudo apt-get install libev-dev libtool autoconf automake libudev-dev $ git clone https://github.com/libusbx/libusbx.git $ cd libusbx $ ./autogen.sh -- GitLab