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