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

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/ro/autotools-build-install.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-17 23:48:26 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20120817234826-fvk3rfp6nmfaqi9p
Tags: 2:3.5.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump vala dependency to 0.18 series
  - Drop graphviz from build-depends
* debian/watch: 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="autotools-build-install" xml:lang="ro">
 
3
 
 
4
  <info xmlns:facet="http://projectmallard.org/facet/1.0/">
 
5
    <facet:tag key="all-pages" value="whatever"/> <!--Include page in index-->
 
6
    <link type="guide" xref="index#anjuta-build" group="fifth"/>
 
7
    <link type="seealso" xref="autotools-build-plugin"/>
 
8
    <link type="seealso" xref="autotools-build-preferences-dialog"/>
 
9
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
10
    <desc>
 
11
      Install targets or project.
 
12
    </desc>
 
13
    <credit type="author">
 
14
      <name>Sébastien Granjoux</name>
 
15
      <email>seb.sfo@free.fr</email>
 
16
    </credit>
 
17
  </info>
 
18
 
 
19
  <title>Install targets</title>
 
20
 
 
21
  <p>Unless your project is very simple, it needs some data files like user
 
22
  interface description files. These files are typically copied in standard
 
23
  directories and read from there. It means that you cannot run your program
 
24
  from the build directory. You need to install it in order to copy all these
 
25
  files in the final place, by example in a subdirectory of <file>/usr/local</file>.
 
26
  </p>
 
27
 
 
28
  <p>There are several possibilities to install targets or a project.</p>
 
29
 
 
30
  <steps>
 
31
    <item>
 
32
      <p>
 
33
        From the <gui>main menu</gui>, select <guiseq><gui>Build</gui>
 
34
        <gui>Install</gui></guiseq> to install all files in the
 
35
        same directory as the current edited file.
 
36
      </p>
 
37
    </item>
 
38
  </steps>
 
39
  <steps>
 
40
    <item>
 
41
      <p>
 
42
        From the <gui>main menu</gui>, select <guiseq><gui>Build</gui>
 
43
        <gui>Install Project</gui></guiseq> to install all project files,
 
44
      </p>
 
45
    </item>
 
46
  </steps>
 
47
  <steps>
 
48
    <item>
 
49
      <p>
 
50
        From the <gui>file manager pane</gui>, select a file or a directory.
 
51
      </p>
 
52
    </item>
 
53
    <item>
 
54
      <p>
 
55
        Click on the right mouse button to make the <gui>file manager context menu</gui> 
 
56
        appears and select <guiseq><gui>Build</gui><gui>Install</gui></guiseq>
 
57
        to install all files in the directory currently selected or the parent directory of the
 
58
        currently selected file.
 
59
      </p>
 
60
    </item>
 
61
  </steps>
 
62
  <steps>
 
63
    <item>
 
64
      <p>
 
65
        From the <gui>project manager pane</gui>, select a source file or a target.
 
66
      </p>
 
67
    </item>
 
68
    <item>
 
69
      <p>
 
70
        Click on the right mouse button to make the <gui>project manager context menu</gui> 
 
71
        appears and select <guiseq><gui>Build</gui><gui>Install</gui></guiseq>
 
72
        to install all files in the directory containing the currently selected file or target.
 
73
      </p>
 
74
    </item>
 
75
  </steps>
 
76
 
 
77
  <note style="tip">
 
78
    <p>If you install the program in a system directory, you can have to use
 
79
    <cmd>su</cmd> or <cmd>sudo</cmd> to have enough right.
 
80
    See <link xref="autotools-build-preferences-dialog"/> for more information.</p>
 
81
  </note>
 
82
 
 
83
</page>