Am working on auto provisioning in which I need to download a file.enc from the server.This I had done using cURL(other option is wget) to get it done.Now I need to compile the curl source code with agcc (ARM tool chain compile) and port the same on a Android device. Am clueless so any help is greatly appreciated.
Thanks in advance.