File: getting-ready.page

package info (click to toggle)
gnome-devel-docs 3.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 28,808 kB
  • sloc: xml: 101,979; sh: 625; makefile: 380; ansic: 340; cpp: 131; python: 80
file content (65 lines) | stat: -rw-r--r-- 2,504 bytes parent folder | download
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
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://projectmallard.org/1.0/" type="topic" id="getting-ready" xml:lang="gl">

  <info>
    <link type="guide" xref="index#start"/>
  
    <desc>Instalar as ferramentas de desenvolvemento de GNOME</desc>
    
    <revision pkgversion="0.1" version="0.1" date="2011-03-21" status="review"/>
    <credit type="author">
      <name>Proxecto de documentación de GNOME</name>
      <email>gnome-doc-list@gnome.org</email>
    </credit>
  </info>

<title>Prepárese para desenvolver en GNOME</title>

<section id="install">
<title>Instalar as ferramentas necesarias</title>
<p>Antes de comezar a escribir código debe instalar as ferramentas requiridas para o desenvolvemento de GNOME no seu computador. Isto non debería levar máis de 10 minutos.</p>

<section id="auto">
<title>Instalación automática</title>
<p>On an up-to-date distribution you should be able to simply install the required packages by clicking
on <link href="media/gnome-devtools.catalog">Install now</link>.</p>
</section>

<section id="manual">
<title>Instalación manual</title>
<p>Se prefire a instalación manual pode atopar as instrucións para varias distribucións no <link href="http://live.gnome.org/DeveloperTools/Installation">wiki de GNOME</link>. Prema sobre a imaxe para ir diretamente á páxina de instalación da súa distribución:</p>
<list>
	<item><p>
	<link href="http://live.gnome.org/DeveloperTools/Installation/Ubuntu">
	<media type="image" mime="image/png" src="media/ubuntu.png">Ubuntu</media>
	</link></p>
	</item>
	<item><p>
	<link href="http://live.gnome.org/DeveloperTools/Installation/Fedora">
	<media type="image" mime="image/png" src="media/fedora.png">Fedora</media>
	</link></p>
	</item>
	<item><p>
	<link href="http://live.gnome.org/DeveloperTools/Installation/OpenSuSE">
	<media type="image" mime="image/png" src="media/opensuse.png">OpenSuSE</media>
	</link></p>
	</item>
	<item><p><link href="http://live.gnome.org/DeveloperTools/Installation">Otras</link></p></item>
</list>
</section>

</section>

<section id="required">
<title>Versiones necesarias</title>
<p>As guías asumen que ten instaladas, cando menos, as seguintes versións das ferramentas.</p>
<list>
	<item><p>Anjuta - 3.0</p></item>
	<item><p>Devhelp - 3.0</p></item>	
	<item><p>Glade - 3.10</p></item>
</list>
<p>Por suposto, calquera versión máis moderna tamén funcionará. Agora desexamos que goce coas <link xref="index">demostracións</link>.</p>
</section>


</page>