Skip to content

Commit

Permalink
Documentation: Installation from sources.
Browse files Browse the repository at this point in the history
  • Loading branch information
redcode committed Nov 3, 2024
1 parent ad4f4b3 commit 0311cb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ The resulting build files can be configured by passing options to cmake. To show
a complete list of those available along with their current settings, type the
following:

$ cmake -LAH
$ cmake -LAH -N -B .

If in doubt, read the CMake documentation for more information on configuration
options. The following are some of the most relevant standard options of CMake:
Expand Down Expand Up @@ -342,4 +342,4 @@ You should have received a copy of the GNU Lesser General Public License along
with this library. If not, see <http://www.gnu.org/licenses/>.

________________________________________________________________________________
Last update: 2024-10-06 README EOF
Last update: 2024-11-03 README EOF
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ cmake [options] <Z80-project-directory>
The resulting build files can be configured by passing options to `cmake`. To show a complete list of those available along with their current settings, type the following:

```shell
cmake -LAH
cmake -LAH -N -B .
```

If in doubt, read the [CMake documentation](https://cmake.org/documentation/) for more information on configuration options. The following are some of the most relevant standard options of CMake:
Expand Down
2 changes: 1 addition & 1 deletion documentation/installation-from-sources.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ The resulting build files can be configured by passing options to ``cmake``. To

.. code-block:: sh
cmake -LAH
cmake -LAH -N -B .
If in doubt, read the `CMake documentation <https://cmake.org/documentation/>`_ for more information on configuration options. The following are some of the most relevant standard options of CMake:

Expand Down

0 comments on commit 0311cb9

Please sign in to comment.