mupuf / arduide

Qt-based alternative Arduino IDE.

Home Page:http://mupuf.org/project/arduide.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduide (a Qt-based Arduino IDE)

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.

Media

Here is a video of the IDE.

    Product Name Product Name Product Name Product Name Product Name Product Name

Dependencies

Arduide depends on the following projects:

  • QScintilla2 - Qt port of Scintilla.
  • Grantlee - A library to separate structure of documents from the data they contain.
  • Libudev - Allows access to device information.
  • Qt4 - Cross-platform application framework.
  • cmake - Manage build process.
  • Doxygen - Documentation generator

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 doxygen

Debian

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

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

Internal documentation

Provided that you have doxygen installed, you may generate the documentation by running the following command:

$ make doc

The documentation will then be available under multiple formats in /doc/.

Contributing

  1. Fork it.
  2. Create a branch (git checkout -b my_markup)
  3. Commit your changes (git commit -ams "Added something very cool")
  4. Push to the branch (git push origin my_markup)
  5. Open a Pull Request
  6. Enjoy a good book and wait đź“–

Links

See: http://mupuf.org/project/arduide/

About

Qt-based alternative Arduino IDE.

http://mupuf.org/project/arduide.html

License:GNU General Public License v2.0


Languages

Language:C++ 91.2%Language:CMake 3.8%Language:C 2.6%Language:HTML 1.1%Language:Shell 0.4%Language:NSIS 0.4%Language:Python 0.3%Language:Processing 0.2%Language:CSS 0.2%