From 345a7c8293f6e90e4a4712c2966a0d20a3027ffa Mon Sep 17 00:00:00 2001 From: "Gergely Polonkai (W00d5t0ck)" Date: Wed, 26 Jan 2011 17:50:29 +0100 Subject: [PATCH] Added some documents Signed-off-by: Gergely Polonkai (W00d5t0ck) --- AUTHORS | 5 +++++ HACKING | 21 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 HACKING diff --git a/AUTHORS b/AUTHORS index e69de29..c9e952e 100644 --- a/AUTHORS +++ b/AUTHORS @@ -0,0 +1,5 @@ +wXMPPD was originally written by: + +* Gergely POLONKAI (W00d5t0ck) + +Additional contributors follow, in the above syntax: diff --git a/HACKING b/HACKING new file mode 100644 index 0000000..32cc2f6 --- /dev/null +++ b/HACKING @@ -0,0 +1,21 @@ +Requirements +------------ + +If you want to hack on wXMPPd, you should have the following packages (or newer +versions) installed: + + * GNU autoconf 2.65 + - ftp://ftp.gnu.org/gnu/autoconf/ + * GNU automake 1.11 + - ftp://ftp.gnu.org/gnu/automake/ + * GNU libtool 2.2 + - ftp://ftp.gnu.org/gnu/libtool/ + +Fine GNU mirrors are listed at http://www.gnu.org/prep/ftp.html +Beta software can be found at alpha.gnu.org + + * pkg-config 0.25 + - http://www.freedesktop.org/software/pkgconfig/ + +If you get the source code via the git repositories, the autogen.sh script will +provide some help with building.