restclient-cpp icon indicating copy to clipboard operation
restclient-cpp copied to clipboard

A .deb for ARM (raspberrypi)?

Open devilicecream opened this issue 9 years ago • 3 comments

I built this on a raspberrypi, but I haven't found a .deb file in the packagecloud repository. Is it possible to upload an ARM .deb too?

devilicecream avatar Aug 03 '16 02:08 devilicecream

I don't have any ARM devices to do this on, but if there is a good guide on how to cross compile for ARM on Ubuntu/Travis CI I wouldn't be opposed to add an ARM build to the CI pipeline.

mrtazz avatar Aug 03 '16 02:08 mrtazz

install: gcc-arm-linux-gnueabi or g++-arm-linux-gnueabi

n-bes avatar Sep 28 '16 07:09 n-bes

@devilicecream do you still need this? or did you figure out how to build this on ARM? I would think it should work to compile/install it.

edwinpjacques avatar Nov 01 '20 00:11 edwinpjacques