Description
ArduIDE is a Qt-based IDE for the open-source Arduino electronics prototyping platform.
This project is an attempt to provide an alternative to the original Java IDE. It is faster and provides a richer feature set for experienced developers.
Here is a video of the IDE.
Media
Dependencies:
Arduide depends on the following projects:
Here are the names of the packages needed for some distributions (subject to changes).
Arch Linux
sudo pacman -S qt4 qtwebkit qscintilla grantlee udev cmake git
Debian-based
sudo apt-get install libqscintilla2-dev libudev-dev libgrantlee-dev libgrantlee-core0 qt4-qmake cmake git
Installation
$ git clone https://git.gitorious.org/arduide/arduide.git
$ cd arduide && mkdir build && cd build
$ cmake -DCMAKE_INSTALL_PREFIX=/usr -DUSE_FHS_PATHS=ON -DCMAKE_BUILD_TYPE=Release ..
$ make
# make install