Skip to content

Commit

Permalink
Specify 1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisballinger committed Jun 3, 2018
1 parent c8e27b2 commit 53085e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pod "libidn"

Upgrading libidn:

* Download latest release from [https://ftp.gnu.org/gnu/libidn](https://ftp.gnu.org/gnu/libidn/).
* Download latest release 1.x from [https://ftp.gnu.org/gnu/libidn](https://ftp.gnu.org/gnu/libidn/). The 2.x series does not include `stringprep`, which is needed by this wrapper library.
* Copy over updated files that are in `/lib` folder
* Comment out `#include <config.h>"`
* Replace `# include <idn-int.h>` and `#include "unistr.h"` with `#include <stdint.h>`
Expand Down

0 comments on commit 53085e9

Please sign in to comment.