clarify and fix typo

This commit is contained in:
Axel Kohlmeyer
2021-01-30 06:08:35 -05:00
parent 3ce92db405
commit aeaaeed703

View File

@ -97,10 +97,11 @@ this.
For a system-wide installation you need to set For a system-wide installation you need to set
``CMAKE_INSTALL_PREFIX`` to a system folder like ``/usr`` (or ``CMAKE_INSTALL_PREFIX`` to a system folder like ``/usr`` (or
``/usr/local``). The installation step (**not** the ``/usr/local``); the default is ``${HOME}/.local``.
configuration/compilation) needs to be done with superuser The installation step for a system folder installation
(**not** the configuration/compilation) needs to be done with superuser
privilege, e.g. by using ``sudo cmake --install .``. The privilege, e.g. by using ``sudo cmake --install .``. The
installation folders will then by changed to: installation folders will then be changed to (for ``/usr`` as prefix):
+------------------------+---------------------------------------------------------+-------------------------------------------------------------+ +------------------------+---------------------------------------------------------+-------------------------------------------------------------+
| File | Location | Notes | | File | Location | Notes |