summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorPetr Vobornik <pvoborni@redhat.com>2015-05-07 14:53:45 +0200
committerPetr Vobornik <pvoborni@redhat.com>2015-05-07 17:13:27 +0200
commitb88f5333ec039cf8a40c0377323554a451730ac7 (patch)
treece22eccfb3aafe422bc26cd8b8b6be4e638a7587 /BUILD.txt
parentb7af1825468720dfac6ee1259c845ec70d12ca43 (diff)
downloadfreeipa-b88f5333ec039cf8a40c0377323554a451730ac7.tar.gz
freeipa-b88f5333ec039cf8a40c0377323554a451730ac7.tar.xz
freeipa-b88f5333ec039cf8a40c0377323554a451730ac7.zip
Update BUILD.txt
Add note about `dnf builddep` command and link to http://www.freeipa.org/page/Build page which contains information about copr repos Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt29
1 files changed, 18 insertions, 11 deletions
diff --git a/BUILD.txt b/BUILD.txt
index 40121041c..6a28beba1 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -3,23 +3,30 @@ Here is a quickie guide to get you started in IPA development.
Dependencies
------------
+For more information, see http://www.freeipa.org/page/Build
+
The quickest way to get the dependencies needed for building is:
+# dnf builddep -b freeipa.spec.in
+
+or
+
# yum install rpm-build `grep "^BuildRequires" freeipa.spec.in | awk '{ print $2 }' | grep -v "^/"`
-This is currently (2014-02-11):
+This is currently (2015-05-07):
yum install rpm-build 389-ds-base-devel svrcore-devel policycoreutils \
-systemd-units samba-devel samba-python libwbclient-devel samba4-devel \
-samba4-python libtalloc-devel libtevent-devel nspr-devel nss-devel \
-openssl-devel openldap-devel krb5-devel krb5-workstation libuuid-devel \
-libcurl-devel xmlrpc-c-devel popt-devel autoconf automake m4 libtool gettext \
-python-devel python-ldap python-setuptools python-krbV python-nss \
-python-netaddr python-kerberos python-rhsm pyOpenSSL pylint python-polib \
-libipa_hbac-python python-memcached sssd python-lxml python-pyasn1 \
-python-qrcode python-dns m2crypto check libsss_idmap-devel \
-libsss_nss_idmap-devel java-1.7.0-openjdk libverto-devel systemd \
-libunistring-devel python-lesscpy
+systemd-units samba-devel samba-python libwbclient-devel libtalloc-devel \
+libtevent-devel nspr-devel nss-devel openssl-devel openldap-devel krb5-devel \
+krb5-workstation libuuid-devel libcurl-devel xmlrpc-c-devel popt-devel \
+autoconf automake m4 libtool gettext python-devel python-ldap \
+python-setuptools python-krbV python-nss python-netaddr python-kerberos \
+python-rhsm pyOpenSSL pylint python-polib libipa_hbac-python python-memcached \
+sssd python-lxml python-pyasn1 python-qrcode-core python-dns m2crypto \
+check libsss_idmap-devel libsss_nss_idmap-devel java-headless rhino \
+libverto-devel systemd libunistring-devel python-lesscpy python-yubico \
+python-backports-ssl_match_hostname softhsm-devel openssl-devel \
+p11-kit-devel pki-base python-pytest-multihost python-pytest-sourceorder
Building
--------