Actually, everybody should use Code + PlatformIO instead of this very out of date, abandonned IDE.
Search Criteria
Package Details: arduide-git 0.r340.8beb733-1
Git Clone URL: | https://aur.archlinux.org/arduide-git.git (read-only, click to copy) |
---|---|
Package Base: | arduide-git |
Description: | ArduIDE is a Qt-based IDE for the open-source Arduino electronics prototyping platform. |
Upstream URL: | http://mupuf.org/project/arduide.html |
Licenses: | |
Submitter: | MuPuF |
Maintainer: | aviallon (ZenoFuturista) |
Last Packager: | aviallon |
Votes: | 79 |
Popularity: | 0.000000 |
First Submitted: | 2010-08-16 00:45 |
Last Updated: | 2018-10-31 12:59 |
Dependencies (10)
- avr-gcc (avr-gcc-atmel)
- avr-libc (avr-libc-svn, avr-libc-atmel, avr-libc-tinyos, avr-libc-avrxmega3-svn, avr-libc-atmega328pb)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- qscintilla (qscintilla-qt4)
- qtwebkit (qtwebkit-bin)
- udev (systemd-light, systemd-cdown-git, eudev, systemd-git, eudev-git, systemd-selinux, systemd)
- grantlee-qt4>=0.1
- qt4>=4.5 (qt4-revert80e3108)
- cmake (cmake-git) (make)
- git (git-git) (make)
Required by (0)
Sources (1)
aviallon commented on 2020-10-21 22:47
aviallon commented on 2019-01-24 16:37
@Sleipnir yeah I know this package is completely broken. I'm very busy right now so I don't have time to try to fix the bugs. I guess one would have to make upstream changes. If someone wishes to do it, he can, of course :)
Sleipnir commented on 2019-01-23 16:21
Got into a compile loop. Never finished.
ZenoFuturista commented on 2017-04-25 19:54
Hello,
today, as I tried to install ArduIDE, I ran into problems with qscintilla detection during package build phase. The problem is related to scintilla library names in current arch systems. In https://github.com/mupuf/arduide/blob/master/CMakeLists.txt at line 144 is a cmake call to find this library, according to documentation and passed parameters, it expects something like '/lib/libqscintilla2.so' but actually these names are like '/lib/libqscintilla2_qtX.so'. So to overcome this problem we could simply symlink 'sudo ln -s /lib/libqscintilla2_qt4.so /lib/libqscintilla2.so' and its working. But there is a number of possible real fixes, in PKGBUILD by creating this symlink, in the ArduIDE git itself by modyfing cmake call by supplying other possible 'libqscintilla_qtX' name options to find_library call or maybe qscintilla pakcages should create and provide these symlinks? Well, I am not the one to decide.
Hope this info helps.
Have a nice day!
Zeno
Tazmain commented on 2016-08-30 21:31
grantlee-qt4 is no longer possible on my system, its a qt5 package only now. Seems the qt4 will fall away soon.
yafengabc commented on 2016-08-09 06:23
it should depend ncurses5-compat-libs to download to Arduino。
MuPuF commented on 2016-06-17 07:21
@tsester: Sorry, I guess arduide does not support the latest version of arduino. I have received patches in this direction but I am not using arduide anymore :s I merely maintain the project (AKA, look at and merge patches when I get some).
I have been unable to find a new maintainer yet...
tsester commented on 2016-06-17 06:03
can i use arduino[AUR] for the existing installation path? if so, what is the path? tried /usr, /usr/bin, /usr/share/arduino .. :(
MuPuF commented on 2015-11-15 11:25
Thanks albfan, I pushed your patch to the arduide project.
albfan commented on 2015-11-15 11:13
the problem is arduino sdk 1.06 is not avaliable on archived googlecode project.
Just compile from HEAD^ and everything works fine.
For easily testing change
https://github.com/mupuf/arduide.git
to
https://github.com/albfan/arduide.git
on PKGBUILD and you're done
Pinned Comments
aviallon commented on 2020-10-21 22:47
Actually, everybody should use Code + PlatformIO instead of this very out of date, abandonned IDE.