-
Notifications
You must be signed in to change notification settings - Fork 279
Installing Ardublockly
Carlos edited this page Jan 7, 2015
·
20 revisions
#Installing Ardublockly
- Python 2.7.x, currently development is maintaining compatibility with 3.x
- Arduino IDE version 1.5 or higher
- Browser of your choice (currently supports Firefox, Chrome, IE10+, Opera and Safari)
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.
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
To run the application execute the launch_arduino.py
file.
- Home
- Quick Start
- User Guide:
- FAQs
- Known Arduino IDE issues
- Developer Guide:
- Projects Using Ardublockly
- About: