source: chapter08/meson.xml@ 1a7ac41b

multilib trunk xry111/arm64 xry111/loongarch
Last change on this file since 1a7ac41b was 7152faa, checked in by Pierre Labastie <pierre.labastie@…>, 5 months ago

Change all xml files to utf-8 encoding

  • Property mode set to 100644
File size: 3.4 KB
RevLine 
[7152faa]1<?xml version="1.0" encoding="UTF-8"?>
[b0aabe0]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="ch-system-meson" role="wrap">
9 <?dbhtml filename="meson.html"?>
10
11 <sect1info condition="script">
12 <productname>meson</productname>
13 <productnumber>&meson-version;</productnumber>
14 <address>&meson-url;</address>
15 </sect1info>
16
17 <title>Meson-&meson-version;</title>
18
19 <indexterm zone="ch-system-meson">
20 <primary sortas="a-Meson">Meson</primary>
21 </indexterm>
22
23 <sect2 role="package">
24 <title/>
25
[75d64be]26 <para>Meson is an open source build system designed to be both extremely fast
[6a156bab]27 and as user friendly as possible.</para>
[b0aabe0]28
29 <segmentedlist>
30 <segtitle>&buildtime;</segtitle>
31 <segtitle>&diskspace;</segtitle>
32 <seglistitem>
[fb386e0]33 <seg>&meson-fin-sbu;</seg>
34 <seg>&meson-fin-du;</seg>
[b0aabe0]35 </seglistitem>
36 </segmentedlist>
37
38 </sect2>
39
40 <sect2 role="installation">
41 <title>Installation of Meson</title>
[18c1947]42<!--
[ade3efa]43 <para>First, apply a patch that fixes an issue identified upstream:</para>
[02796f8]44
45<screen><userinput remap="pre">patch -Np1 -i ../&meson-fix-patch;</userinput></screen>
[18c1947]46-->
[b0aabe0]47 <para>Compile Meson with the following command:</para>
48
[1b80763]49<screen><userinput remap="make">pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD</userinput></screen>
[b0aabe0]50
[75d64be]51 <para>The test suite requires some packages outside the scope of LFS.</para>
[b0aabe0]52
53 <para>Install the package:</para>
54
[97497444]55<screen><userinput remap="install">pip3 install --no-index --find-links dist meson
[0d0e874]56install -vDm644 data/shell-completions/bash/meson /usr/share/bash-completion/completions/meson
57install -vDm644 data/shell-completions/zsh/_meson /usr/share/zsh/site-functions/_meson</userinput></screen>
[d47b15b]58
59 <variablelist>
60 <title>The meaning of the install parameters:</title>
[d672ab7]61
[d47b15b]62 <varlistentry>
[97497444]63 <term><parameter>-w dist</parameter></term>
[d47b15b]64 <listitem>
[75d64be]65 <para>Puts the created wheels into the
[ee16e55]66 <filename class='directory'>dist</filename> directory.</para>
[97497444]67 </listitem>
68 </varlistentry>
69
70 <varlistentry>
71 <term><parameter>--find-links dist</parameter></term>
72 <listitem>
[75d64be]73 <para>Installs wheels from the
[ee16e55]74 <filename class='directory'>dist</filename> directory.</para>
[d47b15b]75 </listitem>
76 </varlistentry>
77
78 </variablelist>
[b0aabe0]79 </sect2>
80
81 <sect2 id="contents-meson" role="content">
82 <title>Contents of Meson</title>
83
84 <segmentedlist>
[f283e24]85 <segtitle>Installed programs</segtitle>
[b0aabe0]86 <segtitle>Installed directory</segtitle>
87
88 <seglistitem>
[78cc3be]89 <seg>meson</seg>
[97497444]90 <seg>
[7bd0378]91 /usr/lib/python&python-minor;/site-packages/meson-&meson-version;.dist-info and
[97497444]92 /usr/lib/python&python-minor;/site-packages/mesonbuild
93 </seg>
[b0aabe0]94 </seglistitem>
95 </segmentedlist>
96
97 <variablelist>
98 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
99 <?dbfo list-presentation="list"?>
100 <?dbhtml list-presentation="table"?>
101
[f283e24]102 <varlistentry id="meson">
[c37e846]103 <term><command>meson</command></term>
[b0aabe0]104 <listitem>
[f283e24]105 <para>A high productivity build system</para>
106 <indexterm zone="ch-system-meson meson">
107 <primary sortas="b-meson">meson</primary>
[b0aabe0]108 </indexterm>
109 </listitem>
110 </varlistentry>
111
112 </variablelist>
113
114 </sect2>
115
116</sect1>
117
Note: See TracBrowser for help on using the repository browser.