Where to find complete joylink documentation?
-------------------------------------------
This README is just a fast "quick start" document. You can find more detailed
documentation at http://www.jdsmart.com/joylink/
Building joylink_dev_sdk
--------------
joylink_dev_sdk can be compiled and used on Linux, OSX, OpenBSD, NetBSD, FreeBSD.
We support big endian and little endian architectures.
It may compile on Linux.
step 1:
% ./once.sh /* once.sh can set the path as your project dir in Makefile.rule */
step 2:
% make distclean /* Clear all the files generated by the compiler */
step 3:
% make
step 4:
% sudo ./target/bin/jt /* run the program */
Enjoy!