mupuf.org // we are octopimupuf.org

Arduide (a Qt-based Arduino IDE)

De­scrip­tion

Ar­duIDE is a Qt-based IDE for the open-source Ar­duino elec­tron­ics pro­to­typ­ing plat­form.

This pro­ject is an at­tempt to pro­vide an al­ter­na­tive to the orig­i­nal Java IDE. It is faster and pro­vides a richer fea­ture set for ex­pe­ri­enced de­vel­op­ers.

Here is a video of the IDE.

Me­dia

De­pen­den­cies:

Ar­duide de­pends on the fol­low­ing pro­jects:

Here are the names of the pack­ages needed for some dis­tri­b­u­tions (sub­ject to changes).

Arch Linux

sudo pacman -S qt4 qtwebkit qscintilla grantlee udev cmake git

De­bian-based

sudo apt-get install libqscintilla2-dev libudev-dev libgrantlee-dev libgrantlee-core0 qt4-qmake cmake git

In­stal­la­tion

$ 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

Comments

Comments