Skip to content

Commit

Permalink
change $ to % in install.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Cary Phillips <[email protected]>
  • Loading branch information
cary-ilm committed Jul 29, 2023
1 parent 36ae918 commit 06d6188
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions website/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,12 @@ To build via CMake, you need to first identify three directories:
libraries and headers, referred to below as ``$installdir``.

To build:

.. code-block::
$ cd $builddir
$ cmake $srcdir --install-prefix $installdir
$ cmake --build $builddir --target install --config Release
% cd $builddir
% cmake $srcdir --install-prefix $installdir
% cmake --build $builddir --target install --config Release
Note that the CMake configuration prefers to apply an out-of-tree
build process, since there may be multiple build configurations
Expand Down Expand Up @@ -102,7 +103,7 @@ can specify a local install directory to cmake via the

.. code-block::
$ cmake .. -DCMAKE_INSTALL_PREFIX=$Imath_install_directory
% cmake .. -DCMAKE_INSTALL_PREFIX=$Imath_install_directory
Library Names
-------------
Expand Down Expand Up @@ -179,7 +180,7 @@ variables, run:

.. code-block::
$ cmake -LAH $imath_source_directory
% cmake -LAH $imath_source_directory
You can customize these options three ways:

Expand Down Expand Up @@ -314,5 +315,5 @@ initial generation:

.. code-block::
$ cmake -G “Ninja” ..
% cmake -G “Ninja” ..

0 comments on commit 06d6188

Please sign in to comment.