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

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/ro/run-run.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="run-run" 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-debug" group="first"/>
 
7
    <link type="seealso" xref="run-parameters-dialog"/>
 
8
    <link type="seealso" xref="autotools-build-install"/>
 
9
    <revision pkgversion="3.0" version="0.1" date="2011-03-27" status="incomplete"/>
 
10
    <desc>Pornirea unui program fără depanator.</desc>
 
11
    <credit type="author">
 
12
      <name>Sébastien Granjoux</name>
 
13
      <email>seb.sfo@free.fr</email>
 
14
    </credit>
 
15
    <credit type="editor">
 
16
      <name>Philip Chimento</name>
 
17
      <email>philip.chimento@gmail.com</email>
 
18
    </credit>
 
19
  </info>
 
20
 
 
21
  <title>Rularea unui program</title>
 
22
 
 
23
  <p>If <app>Anjuta</app> is used to start a program it checks that it is
 
24
  up to date and builds it if needed.</p>
 
25
 
 
26
  <steps>
 
27
    <item>
 
28
      <p>From the <gui>main menu</gui>, select <guiseq><gui>Run</gui>
 
29
        <gui>Run</gui></guiseq> or press <key>F3</key> to execute
 
30
        the current program.</p>
 
31
    </item>
 
32
  </steps>
 
33
 
 
34
  <p>The current program and several parameters can be set on the <gui>parameter</gui>
 
35
  dialog. See <link xref="run-parameters-dialog"/> for more information.</p>
 
36
 
 
37
  <steps>
 
38
    <item>
 
39
      <p>From the <gui>main menu</gui>, select <guiseq><gui>Run</gui>
 
40
      <gui>Program Parameters...</gui></guiseq> to display the dialog. 
 
41
      </p>
 
42
    </item>
 
43
  </steps>
 
44
 
 
45
  <note style="tip">
 
46
    <p>If your program needs data files, you probably have to install it
 
47
    at least one time before running it.
 
48
    See <link xref="autotools-build-install"/> for more information.</p>
 
49
  </note>
 
50
 
 
51
</page>