Branch: refs/heads/master Author: Jiří Techet techet@gmail.com Committer: GitHub noreply@github.com Date: Mon, 04 Nov 2024 15:13:53 UTC Commit: c5d68efa7edb4c37af00283e0c684aa7365a61d0 https://github.com/geany/geany/commit/c5d68efa7edb4c37af00283e0c684aa7365a61...
Log Message: ----------- Merge pull request #4029 from cousteaulecommandant/fix-readme-rst
Fix README: highlight code as such using ``code``
Modified Paths: -------------- README
Modified: README 14 lines changed, 7 insertions(+), 7 deletions(-) =================================================================== @@ -91,26 +91,26 @@ N.B. Meson support is still incomplete and a work-in-progress. Meson requires to chose a separate build directory. Either create one, or let meson do it:
-`meson build` or `mkdir build; cd build; meson ..` +``meson build`` or ``mkdir build; cd build; meson ..``
Either command will configure the build system. The system is probed in many ways and system-dependant build files are created. This includes location of dependencies and compiler and linker flags required for them.
-To build Geany, follow with a `meson compile -C build` +To build Geany, follow with a ``meson compile -C build``
-To install Geany, follow the build with a `sudo meson install -C build`. +To install Geany, follow the build with a ``sudo meson install -C build``.
-By default, meson will install Geany to `/usr/local`. A different +By default, meson will install Geany to ``/usr/local``. A different prefix can be selected at the initial command or via reconfiguration:
-`meson --prefix /opt build` or `meson configure --prefix /opt build` +``meson --prefix /opt build`` or ``meson configure --prefix /opt build``
Geany has some selectable features that may reduce the required build and runtime dependencies. See meson_optionts.txt for a full list.
-To turn a feature off, use `-D<feature>=false` when configuring the build, -for example: `meson configure -Dvte=false build` +To turn a feature off, use ``-D<feature>=false`` when configuring the build, +for example: ``meson configure -Dvte=false build``
Using Autotools +++++++++++++++
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).