From b0aabe01adf7a1d17e885fcce9b6a7b1d4cf2700 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sat, 23 Sep 2017 22:22:37 +0000 Subject: Add Meson-0.42.1. Add Ninja-1.8.2. Add Python-3.6.2. Add libffi-3.2.1. Update to eudev-3.2.4. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11303 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/meson.xml | 89 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 chapter06/meson.xml (limited to 'chapter06/meson.xml') diff --git a/chapter06/meson.xml b/chapter06/meson.xml new file mode 100644 index 000000000..5bc2fce6b --- /dev/null +++ b/chapter06/meson.xml @@ -0,0 +1,89 @@ + + + %general-entities; +]> + + + + + + meson + &meson-version; +
&meson-url;
+
+ + Meson-&meson-version; + + + Meson + + + + + + <para>Meson is an open source build system meant to be both extremely fast, + and, even more importantly, as user friendly as possible.</para> + + <segmentedlist> + <segtitle>&buildtime;</segtitle> + <segtitle>&diskspace;</segtitle> + <seglistitem> + <seg>&meson-ch6-sbu;</seg> + <seg>&meson-ch6-du;</seg> + </seglistitem> + </segmentedlist> + + </sect2> + + <sect2 role="installation"> + <title>Installation of Meson + + Compile Meson with the following command: + +python3 setup.py build + + This package does not come with a test suite. + + Install the package: + +python3 setup.py install + + + + + + Contents of Meson + + + Installed Libraries + Installed directory + + + libmeson.so + /usr/share/doc/meson-&meson-version; + + + + + Short Descriptions + + + + + libmeson + + Contains multiple-precision math functions + + libmeson + + + + + + + + +
+ -- cgit v1.2.3-54-g00ecf