mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 15:00:12 +00:00
update-top-level-docs-for-new-install-targets-20010911
make top level files indicate current build instructions
This commit is contained in:
parent
5aa2c39f86
commit
1c02f6300b
2
NEWS
2
NEWS
@ -6,7 +6,7 @@ Openafs News -- history of user Visible changes. 11 July 2001
|
||||
configure. By default AFS builds assuming it will be installed in
|
||||
/usr/local. In order to get traditional AFS directory paths (/usr/afs
|
||||
and /usr/vice/etc) use the --enable-transarc-paths option to
|
||||
configure. More details on the new directory layout are found in README.
|
||||
configure. More details on the new directory layout are found in README.
|
||||
|
||||
* Changes since Openafs 1.0
|
||||
|
||||
|
23
README
23
README
@ -5,6 +5,18 @@ This software has been released under the terms of the IBM Public
|
||||
License. For details, see the LICENSE file in the top-level source
|
||||
directory or online at http://www.openafs.org/dl/license10.html
|
||||
|
||||
Short instructions for sites upgrading from a previous version of AFS:
|
||||
% ./configure --enable-transarc-paths
|
||||
% make
|
||||
% make dest
|
||||
|
||||
will create a Transarc-style dest tree in ${SYS_NAME}/dest where
|
||||
${SYS_NAME} is the AFS sysname of the system you built for.
|
||||
This assumes if you're building for Linux that your kernel source is
|
||||
in /usr/src/linux.
|
||||
|
||||
Otherwise, please read on.
|
||||
|
||||
Building OpenAFS on UNIX and LINUX
|
||||
----------------------------------
|
||||
|
||||
@ -84,9 +96,14 @@ B Building
|
||||
|
||||
% make
|
||||
|
||||
When the build completes, you will have a complete binary tree
|
||||
in the dest directory under the directory named for the sys_name you
|
||||
built for, e.g. sun4x_57/dest or i386_linux22/dest
|
||||
2. Install your build using either "make install" to install
|
||||
into the current system (you will need to be root, and files
|
||||
will be placed as appropriate for Transarc or standard paths),
|
||||
"make install DESTDIR=/some/path" to install into an alternate
|
||||
directory tree, or if you configured with --enable-transarc-paths
|
||||
make dest to create a complete binary tree in the dest directory
|
||||
under the directory named for the sys_name you built for,
|
||||
e.g. sun4x_57/dest or i386_linux22/dest
|
||||
|
||||
2. As appropriate you can clean up or, if you're using Linux, build for
|
||||
another kernel version:
|
||||
|
Loading…
Reference in New Issue
Block a user