Add.
[libidn.git] / README-alpha
blob368fe80d46bcdf13b4e6bbd10b7b815c70333479
1 Libidn README-alpha -- Important introductory notes for alpha releases.
2 Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007 Simon Josefsson
3 See the end for copying conditions.
5 Libidn is unstable.  You should expect it to not work.  You should
6 expect it to have security problems.  The API will likely change.
7 This is the development release.  A proper release will be made in due
8 time.  Let me repeat that, LIBIDN IS MOST LIKELY INSECURE. DO NOT USE
9 IN A PRODUCTION ENVIRONMENT!
11 The code will go through a security review before the stable release
12 is made.  Volunteers and/or donations needed.  The alpha release has
13 been written for functionality, not security, as is painfully obvious.
14 It is hoped that since this library is small it can be rewritten
15 securely in-place.
17 It will not become stable without help.  Donate time or money.
19 To compile from version controlled sources rather than a
20 libidn-*.tar.gz archive, you may need recent versions of perl, texinfo
21 (>= 4.7), gengetopt (>= 2.13), gettext (>= 0.14.1), git2cl, help2man,
22 autoconf (>= 2.59), automake (>= 1.9), libtool (>= 1.5.2), fig2dev
23 (transfig), pkg-config, gtk-doc, doxygen, gcj, gjdoc, mono or pnet.
25 Bootstrap the build environment using:
27   $ ./autogen.sh
29 Then run ./configure and make as usual.
31 ----------------------------------------------------------------------
32 Copying and distribution of this file, with or without modification,
33 are permitted in any medium without royalty provided the copyright
34 notice and this notice are preserved.