summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt18
1 files changed, 13 insertions, 5 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 2885e37..efd3a3e 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -1,8 +1,16 @@
-First off, run:
-# autoreconf -f -i
+BUILDING
+========
+
+Usual tools of the trade:
+
+$ autoreconf -f -i
+$ ./configure
+$ make
+
+optionally (for easy installation on Fedora):
+$ make rpms
-Then the usual ./configure and make
In order to build gss-ntlmssp the following development packages are needed:
@@ -15,7 +23,7 @@ In order to build gss-ntlmssp the following development packages are needed:
libtool
libxml2
libxslt
- libunistring
+ libunistring-devel
m4
pkgconfig
- openssl
+ openssl-devel