~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/th/project-manager-module-add.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-20 22:38:35 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20120220223835-ny223imz62qkk9ns
Tags: 2:3.3.90-0ubuntu1
* New upstream release.
* debian/rules: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" type="topic" style="task" id="project-manager-module-add" xml:lang="th">
 
3
 
 
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
 
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
 
6
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
7
    <link type="guide" xref="project-manager-library" group="fourth"/>
 
8
    <link type="seealso" xref="project-manager-module-new"/>
 
9
    <desc>
 
10
      Add a set of libraries to a target.
 
11
    </desc>
 
12
    <credit type="author">
 
13
      <name>Sébastien Granjoux</name>
 
14
      <email>seb.sfo@free.fr</email>
 
15
    </credit>
 
16
    <credit type="editor">
 
17
      <name>Philip Chimento</name>
 
18
      <email>philip.chimento@gmail.com</email>
 
19
    </credit>
 
20
  </info>
 
21
 
 
22
  <title>Add a Module</title>
 
23
 
 
24
  <p>Packages cannot be added directly to a target. You need to put them
 
25
  into a module first and add this module to the target. See
 
26
  <link xref="project-manager-module-new"/> to know how to do create a module.</p>
 
27
 
 
28
  <steps>
 
29
    <item>
 
30
      <p>Select the program where you want to add the new library in
 
31
      the <gui>project view</gui>, click on the right mouse button to
 
32
      make the <gui>project context menu</gui> appear and select
 
33
      <gui>Add Library</gui>.</p>
 
34
      <p>Or from the <gui>main menu</gui>, select <guiseq><gui>Project</gui>
 
35
      <gui>Add Library...</gui></guiseq>.</p>
 
36
    </item>
 
37
    <item>
 
38
      <p>You need to select the target where you want to add the module
 
39
      in the <gui>target button</gui> above, and select the module that
 
40
      you want to add in the <gui>module view</gui> below. If you
 
41
      select a library inside a module, the parent module will be added.</p>
 
42
      <p>When you are done, click on the <gui>Add</gui> button to add the
 
43
      module.</p>
 
44
    </item>
 
45
  </steps>
 
46
 
 
47
</page>