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

Merge branch 'master' of github.com:scanlime/fadecandy

parents 0d6ffcfe 12d05a45
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,12 @@ Fadecandy is a project that makes LED art easier, tastier, and more creative. We
* [Video Introduction](https://vimeo.com/79935649)
* [Tutorial: LED Art with Fadecandy](http://learn.adafruit.com/led-art-with-fadecandy)
* [Buy the Fadecandy Controller at Adafruit](http://www.adafruit.com/products/1689)
* [Presentation slides: Easier and Tastier LED Art with Fadecandy](http://imgur.com/a/TaJBK)
Buy a Fadecandy Controller board:
* [Adafruit](http://www.adafruit.com/products/1689)
* [RGB-123](http://rgb-123.com/product/fadecandy/)
Simple Example
--------------
......
......@@ -22,3 +22,19 @@ Build
Pre-built binaries are included in the **bin** directory, but you can also build it yourself. All required libraries are included as git submodules.
It can build on Windows, Mac OS, or Linux using Make and other command line tools. On Windows, the build uses MinGW and gcc.
Getting Started
-----
In order to build the binary from source you need to run the following commands inside of the **server** directory:
`$ make submodules`
`$ make`
The compiled binary will be created in the same **server** directory
If you want to remove the compiled binary and source files run:
`$ make clean`
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