From 74fd2e2b40a45847f729328693057f1379732482 Mon Sep 17 00:00:00 2001 From: cnlohr Date: Wed, 28 Jan 2015 19:32:40 -0500 Subject: [PATCH] Update with libraries closes #2 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b905700..78e6f86 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ Currently, ColorChord 2 is designed to run on Linux. It's not particularly tied Building and Using ------------------ +On Linux you'll need the following packages, for Debian/Ubuntu/Mint you'll need the following: +* libpulse-dev +* libasound2-dev +* libx11-dev +* libxext-dev +* libxinerama-dev +* libusb-1.0-0-dev + To make colorchord, type: ```