]> git.sur5r.net Git - glabels/blob - web/download/index.php
8427868c2d00ebec733aaa04661ad4c310e49858
[glabels] / web / download / index.php
1 <?php include "../common_php.inc"; ?>
2
3 <?php gLabelsHeader("download"); ?>
4
5
6 <h1 class="download">Stable Version ...</h1>
7
8
9
10
11 <h2>System Requirements</h2>
12 <p>
13 gLabels is designed to run on <i>GNOME 2.16+</i>, but more specifically it requires the following libraries or newer.
14 </p>
15 <ul>
16   <li>GTK+-2.10.x</li>
17   <li>LIBGNOME[UI]-2.16.x</li>
18   <li>LIBXML-2.6.x</li>
19   <li>LIBGLADE-2.6.x</li>
20 </ul>
21 <p>
22 Note: to compile gLabels on most GNU/Linux systems, you will need the development packages (e.g., gtk2-devel or gtk2-dev)
23 installed for each of these libraries and their dependencies.
24 Just having the base library packages installed is not enough.
25 </p>
26
27
28 <h2>Source:</h2>
29 <ul>
30   <li>
31     <div class="latest">
32       <?a_sfdownload("glabels-2.2.3.tar.gz");?> (latest version)
33     </div>
34   </li>
35   <li><?a_sfdownload("glabels-2.2.2.tar.gz");?></li>
36   <li><?a_sfdownload("glabels-2.2.1.tar.gz");?></li>
37   <li><?a_sfdownload("glabels-2.2.0.tar.gz");?></li>
38 </ul>
39
40
41
42
43
44 <h2>Third party packages</h2>
45 <p>
46 gLabels is currently available for most popular GNU/Linux distributions through
47 their associated repositories, including the following repositories:
48 <ul>
49   <li>Debian</li>
50   <li>Fedora Extras</li>
51   <li>Ubuntu Universe</li>
52 </ul>
53
54
55
56
57
58
59
60 <a id="unstable"></a>
61 <h1 class="development">Development (Unstable) Version ...</h1>
62
63 <h2>System Requirements</h2>
64 <p>
65 The development version of gLabels is designed to run on <i>GNOME 2.16+</i>, but more specifically it requires the following libraries or newer.
66 </p>
67 <ul>
68   <li>GTK+-2.10.x</li>
69   <li>LIBGNOME[UI]-2.16.x</li>
70   <li>LIBXML-2.6.x</li>
71   <li>LIBGLADE-2.6.x</li>
72 </ul>
73 <p>
74 Note: to compile gLabels on most GNU/Linux systems, you will need the development packages (e.g., gtk2-devel or gtk2-dev)
75 installed for each of these libraries and their dependencies.
76 Just having the base library packages installed is not enough.
77 </p>
78
79
80 <h2>Source:</h2>
81 <ul>
82
83   <li>
84     <div class="latest">
85           <i>No post 2.2.x development version available yet.</i>
86     </div>
87   </li>
88 </ul>
89
90 <h2>Subversion:</h2>
91 <p>
92 The latest bleading-edge version of gLabels can be checked out through subversion with
93 the following command.
94 </p>
95 <div class="codebox">$  svn co https://glabels.svn.sourceforge.net/svnroot/glabels/trunk/glabels2
96 </div>
97 <p>
98 More information can be found at the <?a("http://sourceforge.net/svn/?group_id=46122","gLabels subversion page at Sourceforge");?>.
99 </p>
100 <ul>
101   <li><?a("http://glabels.svn.sourceforge.net/viewvc/glabels/","Browse the Subversion Repository");?></li>
102 </ul>
103
104
105
106
107
108
109
110 <h2><?a("http://sourceforge.net/project/showfiles.php?group_id=46122", "Older versions ...");?></h2>
111
112
113
114
115
116 <?php gLabelsFooter(); ?>