Skip to content
Snippets Groups Projects
Commit b6d26aef authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Tweak server build instructions

parent 5c83c941
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment