Skip to content

Installing Ardublockly

Carlos edited this page Jan 7, 2015 · 20 revisions

#Installing Ardublockly

Required Software

Closure dependency

As Ardublockly is still under development, it is currently running the uncompressed version of Blockly. This requires the Closure library to run.

To download a copy of the repository, either download this zip file with the latest version from github, or clone locally using git:

git clone https://github.com/google/closure-library.git

Or Subversion:

svn checkout https://github.com/google/closure-library

The folder containing the library must be named closure-library and be located in the same directory than the Ardublockly folder.

More info on the Closure requirement can be found in the Blockly documentation.

Downloading Ardublockly

To download a copy of the repository, either download this zip file with the latest version from github, or clone locally using git:

git clone https://github.com/carlosperate/ardublockly.git

Or Subversion:

svn checkout https://github.com/carlosperate/ardublockly

Run Ardublockly

To run the application execute the launch_arduino.py file.