diff options
Diffstat (limited to 'chapter08/meson.xml')
-rw-r--r-- | chapter08/meson.xml | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/chapter08/meson.xml b/chapter08/meson.xml index 1060fa2d4..128eb3d5a 100644 --- a/chapter08/meson.xml +++ b/chapter08/meson.xml @@ -23,8 +23,8 @@ <sect2 role="package"> <title/> - <para>Meson is an open source build system meant to be both extremely fast, - and, even more importantly, as user friendly as possible.</para> + <para>Meson is an open source build system meant to be both extremely fast + and as user friendly as possible.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> @@ -39,11 +39,7 @@ <sect2 role="installation"> <title>Installation of Meson</title> -<!-- - <para>Apply a fix from upstream to fix a regression:</para> -<screen><userinput remap="pre">sed -i "s@isfile(a)@& and not a.startswith('/dev')@" mesonbuild/interpreter.py</userinput></screen> ---> <para>Compile Meson with the following command:</para> <screen><userinput remap="make">python3 setup.py build</userinput></screen> @@ -64,8 +60,8 @@ cp -rv dest/* /</userinput></screen> <para>By default <command>python3 setup.py install</command> installs various files (such as man pages) into Python Eggs. With a specified root location, <command>setup.py</command> installs - these files into a standard hierarchy. Then we can just copy - the hierarchy so the files will be in the standard location. + these files into a standard hierarchy. Then the hierarchy + can just be copied to the standard location. </para> </listitem> </varlistentry> |