From 404ef9b8b7bc57a0eedf0cfe321b9a49643aecd3 Mon Sep 17 00:00:00 2001 From: lloyd Date: Sun, 6 Apr 2008 23:04:44 +0000 Subject: Don't hard-code the user and group when doing an install: instead use whatever the current user/group is. If you wish to override, edit the makefile or override the INSTALL_CMD_* variables on the command line. --- doc/building.tex | 22 ++++++---------------- 1 file changed, 6 insertions(+), 16 deletions(-) (limited to 'doc/building.tex') diff --git a/doc/building.tex b/doc/building.tex index c5794019c..2cb1d0723 100644 --- a/doc/building.tex +++ b/doc/building.tex @@ -138,22 +138,12 @@ this by using the \texttt{--prefix} argument to \verb|./configure.pl --prefix=/opt | -On Unix, the makefile has to decide who should own the files once they are -installed. By default, it uses \texttt{root:root}, but on some systems (for -example, MacOS X), there is no \texttt{root} group. Also, if you don't have -root access on the system you will want them to be installed owned by something -other than root (like yourself). You can override the defaults at install time -by setting the \texttt{OWNER} and \texttt{GROUP} variables from the command -line. - -\verb|make OWNER=lloyd GROUP=users install| - -On some systems shared libraries might not be immediately visible to the -runtime linker. For example, on Linux you may have to edit -\filename{/etc/ld.so.conf} and run \texttt{ldconfig} (as root) in order for new -shared libraries to be picked up by the linker. An alternative is to set your -\texttt{LD\_LIBRARY\_PATH} shell variable to include the directory that the -Botan libraries were installed into. +On some systems shared libraries might not be immediately visible to +the runtime linker. For example, on Linux you may have to edit +\filename{/etc/ld.so.conf} and run \texttt{ldconfig} (as root) in +order for new shared libraries to be picked up by the linker. An +alternative is to set your \texttt{LD\_LIBRARY\_PATH} shell variable +to include the directory that the Botan libraries were installed into. \subsection{MS Windows} -- cgit v1.2.3