diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-11-25 11:25:07 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-11-25 11:25:07 +0100 |
commit | 14736b90ccc7e12b1b117000e4c88a60c389e7a0 (patch) | |
tree | 9020546235b09200a5f6aed6fa36402a7a5a1db5 /README.md | |
parent | 8c41b8e729b428b3b233fc6aeaa5c5ea37d6436d (diff) | |
download | gnutls-14736b90ccc7e12b1b117000e4c88a60c389e7a0.tar.gz |
README: added information for windows build
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,7 +1,6 @@ [![build status](https://ci.gitlab.com/projects/684/status.png?ref=master)](https://gitlab.com/gnutls/gnutls/builds) -GnuTLS -- Information for developers -================================================= +# GnuTLS -- Information for developers This file contains instructions for developers and advanced users that want to build from version controlled sources. @@ -111,6 +110,25 @@ are: $ sh tests/suite/testpkcs11 ``` +# Building for windows + +It is recommended to cross compile using Fedora and the following +dependencies: + +``` +yum install -y wine mingw32-nettle mingw32-libtasn1 mingw32-gcc +``` + +and build as: + +``` +mingw32-configure --enable-local-libopts --disable-non-suiteb-curves --disable-doc --without-p11-kit +mingw32-make +mingw32-make check +``` + +# Contributing + If you wish to contribute, you may read more about our [coding style](doc/README.CODING_STYLE). Note that when contributing code that is not assigned to FSF, you will need to assert that the contribution is in accordance to the "Developer's |