diff --git a/INSTALL b/INSTALL index 22dd90d..59102f2 100644 --- a/INSTALL +++ b/INSTALL @@ -7,8 +7,9 @@ See the release notes for a list of platforms OpenPAM has been tested on. - You will need GNU Make and the GNU C compiler to build OpenPAM. On - some platforms, you may have to install these separately. + You will need the GNU autotools, GNU make and the GNU compiler suite + to build OpenPAM. On some platforms, you may have to install these + separately. 2. CONFIGURATION @@ -26,22 +27,26 @@ --with-pam-unix Builds the sample PAM module. + For more information about configuration options, use the --help + option. + A typical invocation might look like this: # ./configure --with-pam-su --with-pam-unix 3. COMPILATION - To compile OpenPAM, simply run "make" in the top-level OpenPAM - directory: + To compile OpenPAM, simply run "make" (or "gmake" on platforms where + "make" is not GNU make) in the top-level OpenPAM directory: # make 4. INSTALLATION - To install OpenPAM, simply run "make install" in the top-level - OpenPAM directory: + To install OpenPAM, simply run "make install" (or "gmake install" on + platforms where "make" is not GNU make) in the top-level OpenPAM + directory: # make install -$P4: //depot/projects/openpam/INSTALL#3 $ +$P4: //depot/projects/openpam/INSTALL#4 $ diff --git a/RELNOTES b/RELNOTES index a2eedcd..ae5ab49 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,18 +1,13 @@ - Release notes for OpenPAM Digitalis - =================================== - -This release incorporates several major changes and improvements and -should be considered BETA QUALITY. + Release notes for OpenPAM Dogwood + ================================= This release corresponds to the code used in FreeBSD-CURRENT as of the -release date. It is also known to build cleanly on NetBSD 1.6, -OpenBSD 3.1, and a number of glibc-based Linux platforms (with BSD -make installed). It may or may not build on other platforms; you will -need a BSD-compatible make(1) (NetBSD's make(1) is easy to port to -most POSIX platforms). Previous versions were successfully built on -MacOS X 10.1, but there seem to be issues with the heavily modified -version of GCC 3.1 that ships with MacOS X 10.2. +release date. It has also been tested on several other platforms, and +is expected to work on almost any POSIX-like platform that has GNU +autotools, GNU make and the GNU compiler suite installed. One notable +exception is MacOS X, which ships with a very weird, heavily modified +version of GCC. The library itself is complete. Documentation exists in the form of man pages for the library functions. These man pages are generated by @@ -31,4 +26,4 @@ proper credit for your contribution. Please direct bug reports and inquiries to des@freebsd.org. -$P4: //depot/projects/openpam/RELNOTES#18 $ +$P4: //depot/projects/openpam/RELNOTES#19 $