mrtazz / restclient-cpp

C++ client for making HTTP/REST requests
http://code.mrtazz.com/restclient-cpp/
MIT License
1.57k stars 377 forks source link

A .deb for ARM (raspberrypi)? #57

Open devilicecream opened 8 years ago

devilicecream commented 8 years ago

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?

mrtazz commented 8 years ago

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.

n-bes commented 8 years ago

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

edwinpjacques commented 4 years ago

@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.