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

« back to all changes in this revision

Viewing changes to manuals/anjuta-manual/gl/autotools-build-distribute.page

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-03-06 01:11:30 UTC
  • mfrom: (1.1.44)
  • Revision ID: package-import@ubuntu.com-20120306011130-yumg9s1nprogue2a
Tags: 2:3.3.91-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump minimum glade to 3.11 and vala to 0.16

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-distribute" xml:lang="gl">
 
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="sixth"/>
 
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>Crear un paquete de distribución.</desc>
 
11
    <credit type="author">
 
12
      <name>Sébastien Granjoux</name>
 
13
      <email>seb.sfo@free.fr</email>
 
14
    </credit>
 
15
  </info>
 
16
 
 
17
  <title>Crear un paquete de distribución</title>
 
18
 
 
19
  <p>The standard way to distribute a autotools project is as a compressed
 
20
  tar archive containing all source files. The user will have to decompress it, then
 
21
  compile and install it on his system using the command sequence
 
22
  <cmd>configure</cmd>, <cmd>make</cmd> and <cmd>make install</cmd>.
 
23
  </p>
 
24
 
 
25
  <steps>
 
26
    <item>
 
27
      <p>From the <gui>main menu</gui>, select <guiseq><gui>Build</gui>
 
28
      <gui>Build Tarball</gui></guiseq> to create a source distribution package.
 
29
      </p>
 
30
    </item>
 
31
  </steps>
 
32
 
 
33
</page>