Add Linux ARM Binaries for Download
ARM is not currently listed under supported systems, but it builds and runs successfully ( I tested on Raspberry Pi 3, ARMv7, Raspbian(Debian Jessie) , Qt4)
Thanks, but I did not any arm compiler environment
If you want, I can give you a rpi3 (not sure of the logistics).
Or add ARM as supported in the docs, but source only, maybe with links to binaries released by other people.
Over the past 9 months I've built it many times on Raspbian Wheezy and Raspbian Jessie Lite on a Raspberry Pi 2 Model B. I dont remember, but I think I started with X27 or X28. It works even better and faster with QT5. I'm using it with PuTTY and VcXsrv from my Windows PC. Currently, when built with Qt5, there is an error message at startup, but despite of the message it works without any problems.
> $ ./liteide
> QXcbConnection: XCB error: 147 (Unknown), sequence: 164, resource id: 0, major code: 140 (Unknown), minor code: 20
> QXcbConnection: XCB error: 147 (Unknown), sequence: 416, resource id: 0, major code: 140 (Unknown), minor code: 20
>
Building from a µSD card can be a nightmare and slow. Therefore I'm booting into an attached USB drive to build from there. Building with Qt4 takes about an hour and 75 minutes for Qt5. It will certainly be much faster on a RPi 3.
Simply make sure to update Raspbian Jessie and follow the instructions for Ubuntu, it works like a charm for me.
I experienced the issue mentioned in my previous comment with any version of QT5 I tested on Linux (up to 5.3.2 32-bit ARM on Raspbian Jessie and 5.5.1 64-bit on Ubuntu 16.04.1 LTS) over Windows X servers on Windows 10 using PuTTY and VcXsrv.
Meanwhile I found the issue also reported at https://bugreports.qt.io/browse/QTBUG-48453 and after some testing I can assert that the problem appears in other applications as well and is not a specific bug in LiteIDE.
The problem disappeared after I reinstalled PuTTY to the currently latest release 0.67 and VcXsrv to the currently actual release 1.18.3.0 downloaded from its original source at https://sourceforge.net/projects/vcxsrv/.
Before the update I completely uninstalled the previous versions PuTTY and VcXsrv including saved sessions. As such I also had a clean install and configuration.
Being able to code Go on a PineBook (https://www.pine64.org/?page_id=3707) would be awesome. (I only use LiteIDE). Cheap enough to not worry too much about when on holiday. Is someone able to host their ARM builds?
可以使用qemu在PC上模拟,或者使用linuxdeploy在安卓手机上安装linux环境VNC连接进去,前几天刚刚尝试了这种方法,能编译成功,但是运行后界面显示有很多问题
我也希望能加个arm的二进制执行文件。我在rpi3上编译不通过。。。
@zhuwei 我试了试最新的版本,没问题。你按这个做https://github.com/visualfc/liteide/blob/master/liteidex/deploy/welcome/en/install.md#raspbian-jessie 看看在那一步卡住了。
这个是我编译出来的https://1drv.ms/u/s!AoYgncc810e2gdBkpPJfZitxcnZogA
@xiegeo 谢谢,我试试
xiegeo, do you have any newer build? (e.g. LiteIDE 36.1 )
No, but I can help you if you run into any trouble building it.
On Sun., Sep. 1, 2019, 2:07 p.m. dtrehas, [email protected] wrote:
xiegeo, do you have any newer build? (e.g. LiteIDE 36.1 )
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/visualfc/liteide/issues/680?email_source=notifications&email_token=AAXV5AQM524NBVBLG6XQIPTQHQVKRA5CNFSM4CNEYNF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD5UKUDQ#issuecomment-526952974, or mute the thread https://github.com/notifications/unsubscribe-auth/AAXV5AUO7M76NR2MHQ6HBCDQHQVKRANCNFSM4CNEYNFQ .
同求 linux arm 版本。
可以使用qemu在PC上模拟,或者使用linuxdeploy在安卓手机上安装linux环境VNC连接进去,前几天刚刚尝试了这种方法,能编译成功,但是运行后界面显示有很多问题
我也试过在arm的笔记本上编译,能运行,很慢,界面布局也有点乱。