From c9a084e1607ba47ce3222638d66d32e78ca47da4 Mon Sep 17 00:00:00 2001 From: Matt Williams Date: Tue, 29 Jun 2010 15:32:35 +0000 Subject: [PATCH] Very minor fixes to the INSTALL.txt file. --- INSTALL.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.txt b/INSTALL.txt index c4919163..068a823b 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -33,7 +33,7 @@ The ``..`` tells CMake to look in the parent directory for the source. By default this will set it to be installed in ``/usr/local`` so if you want to install it elsewhere, set the ``CMAKE_INSTALL_PREFIX`` variable to the path you want to install to. -You can set CMake variables by passing -D:= cmake command (the ``:`` part is optional but recommended). For example, to set the install prefix, pass:: +You can set CMake variables by passing ``-D:=`` to the ``cmake`` command (the ``:`` part is optional but recommended). For example, to set the install prefix, pass:: -DCMAKE_INSTALL_PREFIX:PATH=/whatever/you/want @@ -81,7 +81,7 @@ If you want to generate the API documentation, you'll need Doxygen installed. If make doc -and the documentation can be browsed from ``build/library/doc/html/index.html``. +and the documentation can be browsed from ``{build directory}/library/doc/html/index.html``. Windows ======= @@ -91,7 +91,7 @@ CMake You need CMake installed so get the binary distribution from `CMake.org `_. Install it and run the CMake GUI. -Point the source directory to the directory holding this file and the build directory to the ``build`` subdirectory. Then, click the ``Configure`` button. Click through the dialog box that appears and once you've clicked ``Finish`` you should see text appearing in the bottom text area. Once this has finished, some options will appear in the top area. The purpose of these options in detailed in the Linux→CMake section above. Once you have set these options to what you please, click ``Configure`` again. If it completes without errors then you can click ``Generate`` which will generate your compilers project files. +Point the source directory to the directory holding this file and the build directory to the ``build`` subdirectory. Then, click the ``Configure`` button. Click through the dialog box that appears and once you've clicked ``Finish`` you should see text appearing in the bottom text area. Once this has finished, some options will appear in the top area. The purpose of these options in detailed in the Linux→CMake section above. Once you have set these options to what you please, click ``Configure`` again. If it completes without errors then you can click ``Generate`` which will generate your compilers project files in the build directory. Building --------