summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Mainz <rmainz@redhat.com>2015-04-17 13:02:19 +0200
committerSimo Sorce <simo@redhat.com>2015-04-17 13:02:34 -0400
commit47d375b517db0dc9ad573ad7bafc9e266764a48a (patch)
tree6e66cbee8018298f9143cd58fbf6f8dc374abc0b
parent116e6c8f716e1104823c77f3d732513dd1b2a794 (diff)
downloadgss-proxy-47d375b517db0dc9ad573ad7bafc9e266764a48a.tar.gz
gss-proxy-47d375b517db0dc9ad573ad7bafc9e266764a48a.tar.xz
gss-proxy-47d375b517db0dc9ad573ad7bafc9e266764a48a.zip
Update BUILD.txt
Update BUILD.txt, including package requirements for tests Fixes: https://fedorahosted.org/gss-proxy/ticket/148 Signed-off-by: Roland Mainz <rmainz@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
-rw-r--r--proxy/BUILD.txt18
1 files changed, 13 insertions, 5 deletions
diff --git a/proxy/BUILD.txt b/proxy/BUILD.txt
index 10a727b..8edfb52 100644
--- a/proxy/BUILD.txt
+++ b/proxy/BUILD.txt
@@ -1,10 +1,11 @@
First off, run:
-# autoreconf -f -i
+$ autoreconf -f -i
-Then the usual ./configure and make
+Then the usual $ ./configure # and $ make #
-In order to build gss-proxy the following development packages are needed:
+In order to build gss-proxy the following development packages are needed
+additionally to a ISO C compiler:
autoconf
automake
@@ -12,7 +13,7 @@ In order to build gss-proxy the following development packages are needed:
doxygen
findutils
gettext-devel
- iniparser-devel or libini_config-devel (preferred)
+ libini_config-devel
keyutils-libs-devel
krb5-devel
libselinux-devel
@@ -21,9 +22,17 @@ In order to build gss-proxy the following development packages are needed:
libxml2
libxslt
m4
+ make
pkgconfig
popt-devel
+For testing via $ make tests # you additionally need these three
+packages:
+
+ krb5-server
+ nss_wrapper
+ socket_wrapper
+
NOTE:
The minimum supported Kerberos version is MIT Kerberos 1.11.2 as it includes
[1] and [2]
@@ -37,4 +46,3 @@ simply allows combining two [4][5] features introduced in MIT 1.11
[3] https://github.com/krb5/krb5/commit/38cc076579888695a5820ceb44fe43020f5b61e1
[4] http://k5wiki.kerberos.org/wiki/Projects/Credential_Store_extensions
[5] http://k5wiki.kerberos.org/wiki/Projects/Keytab_initiation
-