mirror of
				https://github.com/KevinMidboe/Arduino.git
				synced 2025-10-29 17:40:11 +00:00 
			
		
		
		
	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.
The best way to install ino is to build from source:
git clone git://github.com/amperka/ino.git && cd ino
make install
However you install ino, make sure that its location is available in your $PATH so this plugin can find it.
Please visit ino's website for more information.
Installation
Download and extract to Sublime Text 2 Packages folder
- Mac OS X: ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/
- Linux: ~/.config/sublime-text-2/Packages
- Windows: %APPDATA%\Sublime Text 2\Packages
- Rename to Arduino.
License
MIT. See LICENSE.