[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Compiling gnutls on android
From: |
Simon Josefsson |
Subject: |
Re: Compiling gnutls on android |
Date: |
Mon, 13 Feb 2012 13:02:53 +0100 |
User-agent: |
Gnus/5.130001 (Ma Gnus v0.1) Emacs/24.0.93 (gnu/linux) |
supanerd <address@hidden> writes:
> HI, i have been wanting to compile Gnutls for android, but it seems that no
> one has taken interest in such a task as there is almost nothing on the
> internet about this. May i know if anyone here has ever tried this? What are
> the challenges and difficulties that may potential arise?
It should be possible, I did some porting of other gnulib-using C stuff
to Android and while there were problems, they are usually solvable with
some tweaking. I would start by getting the dependencies to build (gmp,
nettle, libtasn1) and then try with GnuTLS as well.
/Simon