diff options
author | Jeff Schroeder <jeffschroeder@computer.org> | 2009-09-18 11:42:53 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-09-18 11:44:29 -0400 |
commit | d86ab0ba334c1218e5164081a1067194bb1c2e74 (patch) | |
tree | 1c38c6e081728a91a0beeb61e5a0ad6769fab58c /BUILD.txt | |
parent | 6c204fbe2d2ca557a9565e53db91e6c516c88b90 (diff) | |
download | sssd-d86ab0ba334c1218e5164081a1067194bb1c2e74.tar.gz sssd-d86ab0ba334c1218e5164081a1067194bb1c2e74.tar.xz sssd-d86ab0ba334c1218e5164081a1067194bb1c2e74.zip |
Add documentation for installing build dependencies
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
Diffstat (limited to 'BUILD.txt')
-rw-r--r-- | BUILD.txt | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -10,7 +10,14 @@ talloc, tdb, tevent, ldb They are now available in major distribution development branches. -If you want to build them from source download the latest samba master branch +If you want to build them from source download the latest samba master branch. + +To install all of the dependencies in Fedora before building sssd: +yum install openldap-devel gettext libtool pcre-devel c-ares-devel \ + dbus-devel libxslt-devel docbook-style-xsl krb5-devel \ + docbook-style-xsl libxml2 pam-devel nss-devel libtevent \ + libtevent-devel libtdb libtdb-devel libtalloc libtalloc-devel \ + libldb libldb-devel cvs popt-devel ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ How to build everything in one go (Preferred approach) |