2024-04-17 23:03:42 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
|
|
|
|
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
|
|
|
|
<!ENTITY % general-entities SYSTEM "../general.ent">
|
|
|
|
%general-entities;
|
|
|
|
]>
|
|
|
|
|
|
|
|
<chapter id="coveringml">
|
|
|
|
<?dbhtml filename="coveringml.html"?>
|
|
|
|
|
|
|
|
<title>Covering Multilib</title>
|
|
|
|
|
|
|
|
<para>
|
|
|
|
In this chapter, we cover multilib, from explaining what it is,
|
|
|
|
if you need it, and how to get multilib support. Please do not
|
|
|
|
skip this chapter and read through most of it carefully.
|
|
|
|
</para>
|
|
|
|
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="whatisml.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="needml.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="achievingml.xml"/>
|
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pkgconf.xml"/>
|
2024-06-23 08:04:48 +08:00
|
|
|
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mesonfiles.xml"/>
|
2024-04-17 23:03:42 +08:00
|
|
|
|
|
|
|
</chapter>
|