Update with libraries closes #2

This commit is contained in:
cnlohr 2015-01-28 19:32:40 -05:00
parent ba815e0a99
commit 74fd2e2b40

View file

@ -26,6 +26,14 @@ Currently, ColorChord 2 is designed to run on Linux. It's not particularly tied
Building and Using 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: To make colorchord, type:
``` ```