Update the release notes and installation instructions.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@270 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2003-07-14 23:53:57 +00:00
parent 27480e5170
commit 9314904961
2 changed files with 20 additions and 20 deletions

19
INSTALL
View File

@ -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 $

View File

@ -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 $