summaryrefslogtreecommitdiffstats
path: root/doc/install.doc
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2012-07-29 10:11:12 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2012-07-29 10:11:12 (GMT)
commita934b38cd8b355648e0c07123a99e222ce7cd12b (patch)
treeb0768f059d8b116092a15f295347b3797f43e6c0 /doc/install.doc
parentae962ae4a4dd46f4730982f97110cbf3d2aef397 (diff)
downloadDoxygen-a934b38cd8b355648e0c07123a99e222ce7cd12b.zip
Doxygen-a934b38cd8b355648e0c07123a99e222ce7cd12b.tar.gz
Doxygen-a934b38cd8b355648e0c07123a99e222ce7cd12b.tar.bz2
Release-1.8.1.2-20120729
Diffstat (limited to 'doc/install.doc')
-rw-r--r--doc/install.doc42
1 files changed, 21 insertions, 21 deletions
diff --git a/doc/install.doc b/doc/install.doc
index d076cf3..d8a75a2 100644
--- a/doc/install.doc
+++ b/doc/install.doc
@@ -135,33 +135,33 @@ Compilation is now done by performing the following steps:
\section install_bin_unix Installing the binaries on UNIX
- After the compilation of the source code do a <code>make install</code>
- to install doxygen. If you downloaded the binary distribution for UNIX,
- type:
+After the compilation of the source code do a <code>make install</code>
+to install doxygen. If you downloaded the binary distribution for UNIX,
+type:
- ./configure
- make install
+ ./configure
+ make install
- Binaries are installed into the directory <code>\<prefix\>/bin</code>.
- Use <code>make install_docs</code> to install the
- documentation and examples into <code>\<docdir\>/doxygen</code>.
+Binaries are installed into the directory <code>\<prefix\>/bin</code>.
+Use <code>make install_docs</code> to install the
+documentation and examples into <code>\<docdir\>/doxygen</code>.
- <code>\<prefix\></code> defaults to <code>/usr/local</code> but can be changed with
- the <code>--prefix</code> option of the configure script.
- The default <code>\<docdir\></code> directory is
- <code>\<prefix\>/share/doc/packages</code> and can be changed with
- the <code>--docdir</code> option of the configure script.
+<code>\<prefix\></code> defaults to <code>/usr/local</code> but can be changed with
+the <code>--prefix</code> option of the configure script.
+The default <code>\<docdir\></code> directory is
+<code>\<prefix\>/share/doc/packages</code> and can be changed with
+the <code>--docdir</code> option of the configure script.
- Alternatively, you can also copy the binaries from the <code>bin</code>
- directory manually to some <code>bin</code> directory in your search path.
- This is sufficient to use doxygen.
+Alternatively, you can also copy the binaries from the <code>bin</code>
+directory manually to some <code>bin</code> directory in your search path.
+This is sufficient to use doxygen.
- \note You need the GNU install tool for this to work (it is part of
- the coreutils package). Other install tools may put the binaries in
- the wrong directory!
+\note You need the GNU install tool for this to work (it is part of
+the coreutils package). Other install tools may put the binaries in
+the wrong directory!
- If you have a RPM or DEP package, then please follow the
- standard installation procedure that is required for these packages.
+If you have a RPM or DEP package, then please follow the
+standard installation procedure that is required for these packages.
\section unix_problems Known compilation problems for UNIX