/usr/share/help/fr/anjuta-manual/project-manager-module-add.page is in anjuta-common 2:3.10.2-0ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | <?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="project-manager-module-add" xml:lang="fr">
<info xmlns:facet="http://projectmallard.org/facet/1.0/">
<facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
<revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
<link type="guide" xref="project-manager-library" group="fourth"/>
<link type="seealso" xref="project-manager-module-new"/>
<desc>Ajouter un ensemble de bibliothèques à une cible.</desc>
<credit type="author">
<name>Sébastien Granjoux</name>
<email>seb.sfo@free.fr</email>
</credit>
<credit type="editor">
<name>Philip Chimento</name>
<email>philip.chimento@gmail.com</email>
</credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Bruno Brouard</mal:name>
<mal:email>annoa.b@gmail.com</mal:email>
<mal:years>2009-2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Gérard Baylard</mal:name>
<mal:email>gerard.b|@|bbox.fr</mal:email>
<mal:years>2010</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Julien Hardelin</mal:name>
<mal:email>jhardlin@orange.fr</mal:email>
<mal:years>2011</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Alain Lojewski</mal:name>
<mal:email>allomervan@gmail.com</mal:email>
<mal:years>2011, 2012</mal:years>
</mal:credit>
<mal:credit xmlns:mal="http://projectmallard.org/1.0/" type="translator copyright">
<mal:name>Mickael Albertus</mal:name>
<mal:email>mickael.albertus@gmail.com</mal:email>
<mal:years>2012</mal:years>
</mal:credit>
</info>
<title>Add packaged libraries</title>
<p>Sous Linux, la plupart des bibliothèques sont distribuées avec des données additionnelles stockées dans un fichier <app>pkg-config</app>. Ce fichier indique par exemple les autres bibliothèques, le compilateur C et les drapeaux de l'éditeur de lien qui sont nécessaires pour pouvoir utiliser cette bibliothèque. Ce fichier, les fichiers d'en-tête et les fichiers bibliothèques eux-mêmes constituent un paquet.</p>
<steps>
<item>
<p>Sélectionnez le programme dans lequel vous voulez ajouter la nouvelle bibliothèque dans la <gui>vue projet</gui>, cliquez sur le bouton droit de la souris pour afficher le <gui>menu contextuel du projet</gui>, puis sélectionnez <gui>Ajouter une bibliothèque</gui>.</p>
<p>D'une autre façon dans le <gui>menu principal</gui>, sélectionnez <guiseq><gui>Projet</gui> <gui>Ajouter la bibliothèque</gui></guiseq>.</p>
</item>
<item>
<p>You need to select the target where you want to add the library
in the <gui>target button</gui> above.</p>
</item>
<item>
<p>A library cannot be added directly to a target. You can add only
a module displayed in the <gui>module view</gui> below. If you
select a library inside a module, the parent module will be added.</p>
</item>
<item>
<p>If the library you want is not displayed in the <gui>module view</gui>,
you need to add it as a module first. Click on the button
<gui>New Library</gui> and follow the explanation
<link xref="project-manager-module-new">here</link>.</p>
<note style="tip">
<p>After creating a new module, you have to wait a few seconds while
the project files are reloaded to see the new module in the list.</p>
</note>
</item>
<item>
<p>When you are done, click on the <gui>Add</gui> button to add the
selected module to the target.</p>
</item>
</steps>
</page>
|