Skip to content

Instantly share code, notes, and snippets.

@docprofsky
Created January 18, 2017 03:41
Show Gist options
  • Save docprofsky/49ee1547d4d89a3a87a7a20176dfb5a8 to your computer and use it in GitHub Desktop.
Save docprofsky/49ee1547d4d89a3a87a7a20176dfb5a8 to your computer and use it in GitHub Desktop.
Commands to build pixy Java bindings and run GetBlocks example
git checkout java
cd scripts/
./build_libpixyusb_swig_java.sh
cd ../build/libpixyusb_swig/
javac GetBlocks.java
java GetBlocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment