-
1Step 1
For Binary installers, go to:
http://neuronrobotics.com/#downloads
And run the installer for your platform. Even if you install from sources, you will need to run the installer to get the non-java binaries (OpenCV and drivers).
To build from source:
Bash (Linux/OS X/Cygwin/other Unix-like shell)Ubuntu Dependancies
All Unixsudo add-apt-repository ppa:webupd8team/java sudo apt-get update sudo apt-get install git gradle oracle-java8-installer oracle-java8-set-default libopencv2.4-java libopencv2.4-jni
git clone https://github.com/NeuronRobotics/BowlerStudio.git cd BowlerStudio git submodule init git submodule update gradle jar java -jar build/libs/BowlerStudio.jar
Now you can use the Eclipse Marketplace to install the Gradle Plugin
Windows (CMD)gradlew jar
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.