alessaba / ST2-Arduino

Sublime Text 2 plugin for Arduino.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ST2 Arduino

Sublime Text 2 plugin for Arduino.

Notes

Currently, this plugin is only tested and optimized (read works) for OS X. I don't have access to Windows or Linux, so feel free to fork and add that functionality.

Prerequisites

Dealing with a Makefile on my own was proving too cumbersome, so I've now opted to use the ino tool instead.

Please visit Ino's website to learn how to install it before continuing.

Installation

Download and extract to Sublime Text 2 Packages folder

  1. Download a zipball or tarball
  2. Extract the plugin
  3. Copy it to your packages directory:
  • Mac OS X: ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
  • Linux: ~/.config/sublime-text-2/Packages
  • Windows: %APPDATA%\Sublime Text 2\Packages
  1. Rename to Arduino.

License

MIT. See LICENSE.

About

Sublime Text 2 plugin for Arduino.

License:MIT License