Probably you can run a D command line app on an android ARM device

weaselcat via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 12 23:37:32 PDT 2015


On Monday, 13 April 2015 at 05:57:24 UTC, Dicebot wrote:
> On Sunday, 12 April 2015 at 19:03:33 UTC, Laeeth Isharc wrote:
>> BTW - since we have linux on ARM, the following may be useful 
>> if you wish to run a D application on your Android mobile 
>> device.  No ADB or root required.
>>
>> http://kevinboone.net/android_nonroot.html
>>
>> I guess you might be able to run a local web server to have a 
>> friendlier interface, although I have not yet tried.  Since 
>> ssh and rsync works, I don't see why a web server wouldn't.
>>
>> Only thing is that I don't think vibe.d is available on ARM 
>> yet.  (Please correct me if I am wrong).
>>
>> The alternative is to run a full linux install in a chroot:
>>
>> https://play.google.com/store/apps/details?id=ru.meefik.linuxdeploy
>
> I am pretty sure I remember people reporting running vibe.d on 
> Raspberry Pi
> It is not checked by CI so things can break time to time, but 
> in general it should work

Is there a need for people running tests on Raspberry Pis? I'm 
planning on picking up the new version in a few days, was unaware 
D even really worked on ARM.


More information about the Digitalmars-d mailing list