The unified diff between revisions [902a87e6..] and [965528e6..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'doc/building.tex'
#
#
# patch "doc/building.tex"
# from [93619b803ba091c08e1638e59a70bee267ecfde7]
# to [050fb6bce0a8e0dc038209b82c5653da723a3d3b]
#
============================================================
--- doc/building.tex 93619b803ba091c08e1638e59a70bee267ecfde7
+++ doc/building.tex 050fb6bce0a8e0dc038209b82c5653da723a3d3b
@@ -138,23 +138,13 @@ \subsection{POSIX / Unix}
\verb|./configure.pl --prefix=/opt <other arguments>|
-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.
+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.
-\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.
-
\subsection{MS Windows}
The situation is not much different here. We'll assume you're using Visual C++