|
@@ -16,3 +16,7 @@ It will use [Peter Fleury's UART and TWI Library](http://homepage.hispeed.ch/pet
|
16
|
16
|
We also build a software to create and load animations into the cube. This software is written in Java and C and is Compatible between Windows and Unix.
|
17
|
17
|
It's source is in the "Cube Control" directory. It has it's own makefile, in which you can specify the Target OS. "unix" means any Unix like OS (Linux, OS X...), "win" means Windows.
|
18
|
18
|
You obviously need a working JDK and a C Compiler Environment (we use gcc).
|
|
19
|
+
|
|
20
|
+## Build instructions
|
|
21
|
+
|
|
22
|
+Theres a global makefile in the top folder. If you run it, it will (probably) create CubeControl.jar, CubeFirmware.hex and a OS-dependent serial library (Serial.dll or libSerial.jnilib...). If not, you should take a look at the makefile in CubeControl. Hard-Coded include directorys are probably different than on your system...
|