Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Fadecandy
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
scanlime
Fadecandy
Commits
fcfa27b7
Commit
fcfa27b7
authored
10 years ago
by
Micah Elizabeth Scott
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of github.com:scanlime/fadecandy
parents
0d6ffcfe
12d05a45
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+6
-1
6 additions, 1 deletion
README.md
server/README.md
+16
-0
16 additions, 0 deletions
server/README.md
with
22 additions
and
1 deletion
README.md
+
6
−
1
View file @
fcfa27b7
...
...
@@ -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
--------------
...
...
This diff is collapsed.
Click to expand it.
server/README.md
+
16
−
0
View file @
fcfa27b7
...
...
@@ -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`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment