summaryrefslogtreecommitdiffstats
path: root/pki/README
diff options
context:
space:
mode:
authormharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-07-13 22:30:41 +0000
committermharmsen <mharmsen@c9f7a03b-bd48-0410-a16d-cbbf54688b0b>2011-07-13 22:30:41 +0000
commit7db47ec57c27ea82aaff61922040007f205a06cc (patch)
treef42fdf8f1522ab9edece4f1d268a5a9247eb4ef8 /pki/README
parent6b523d3f3b48ba0ad1f32b746412719710fbd352 (diff)
downloadpki-7db47ec57c27ea82aaff61922040007f205a06cc.tar.gz
pki-7db47ec57c27ea82aaff61922040007f205a06cc.tar.xz
pki-7db47ec57c27ea82aaff61922040007f205a06cc.zip
Bugzilla Bug #669226 - Remove Legacy Build System (Ant + Autoconf --> CMake)
git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@2057 c9f7a03b-bd48-0410-a16d-cbbf54688b0b
Diffstat (limited to 'pki/README')
-rw-r--r--pki/README64
1 files changed, 45 insertions, 19 deletions
diff --git a/pki/README b/pki/README
index 576abefb8..2c2c36b8a 100644
--- a/pki/README
+++ b/pki/README
@@ -14,26 +14,52 @@ regulations defined at:
These directories contain the following:
- README - This file.
-
- base/ - Contains most of the base source code
- needed to build this project. Note that
- this directory does NOT contain
- implementation specific user-interface
- components required to build a working
- Certificate System.
-
- dogtag/ - Contains the scripts and user-interface
- components necessary to build a sample
- working "Dogtag Certificate System".
- The scripts in this directory leverage
- the base source code located in the
- "base/" directory, and are known to
- work on both 32-bit and 64-bit
- "Fedora 8" operating systems. Users
- who wish to experiment with this project
- should focus on this directory first.
+ CMakeLists.txt
+ COPYING
+ CPackConfig.cmake
+ ConfigureChecks.cmake
+ DefineOptions.cmake
+ cmake_uninstall.cmake.in
+ config.h.cmake
+ cmake/ - These files and this directory contain
+ the top-level files necessary to integrate
+ the CMake build system in pki.
+ README - This file.
+
+ base/ - Contains most of the base source code
+ needed to build this project. Note that
+ this directory does NOT contain
+ implementation specific user-interface
+ components required to build a working
+ Certificate System.
+
+ dogtag/ - Contains the scripts and user-interface
+ components necessary to build a sample
+ working "Dogtag Certificate System".
+ The scripts in this directory leverage
+ the base source code located in the
+ "base/" directory, and are known to
+ work on both 32-bit and 64-bit
+ "Fedora" operating systems. Users
+ who wish to experiment with this project
+ should focus on this directory first.
+
+ patches/ - Contains "patches" needed for specific
+ versions of this certificate system.
+
+ scripts/ - Contains "scripts" used by this
+ certificate system. This directory
+ contains numerous "compose" scripts
+ useful for building RPMS/SRPMS of the
+ various certificate system components.
+
+ specs/ - Contains RPM spec files used for
+ building RPMS/SRPMS of the various
+ certificate system components.
+
+ tools/ - Contains utilities useful to
+ certificate system components.
Detailed instructions for building, installing, and
running this project are located at: