|
@@ -27,6 +27,8 @@ A more or less recent Version of CubeControl can be found as CubeControl.jar. It
|
27
|
27
|
|
28
|
28
|
*Warning:* Java3D 1.5 is incompatible with more recent OS X versions and/or Java 7. [Possible workaround](https://github.com/hharrison/).
|
29
|
29
|
|
|
30
|
+Also the Windows build of CubeControl is not tested very thoroughly. If you're on a 64bit Windows, you may also need to modify the libSerial makefile (add the `-m64` flag in the gcc call).
|
|
31
|
+
|
30
|
32
|
### HardwareEmulator
|
31
|
33
|
|
32
|
34
|
Allows you to test CubeControls up-/download capabilites. Unix only!
|
|
@@ -37,4 +39,4 @@ Allows you to send test data or animations saved by CubeControl to the Cube. Uni
|
37
|
39
|
|
38
|
40
|
## License
|
39
|
41
|
|
40
|
|
-See the included LICENSE file. This software is released as GPLv3. It incorporates some code from Peter Danneger (a [button debounce routine](http://www.mikrocontroller.net/articles/Entprellung#Debounce-Makro_von_Peter_Dannegger)) and Peter Fleury ([TWI Library](http://homepage.hispeed.ch/peterfleury/avr-software.html)).
|
|
42
|
+See the included LICENSE file. This software is released as GPLv3. It incorporates some code from Peter Danneger (a [button debounce routine](http://www.mikrocontroller.net/articles/Entprellung#Debounce-Makro_von_Peter_Dannegger)) and Peter Fleury ([TWI Library](http://homepage.hispeed.ch/peterfleury/avr-software.html)).
|