]> git.sur5r.net Git - glabels/blob - web/download/index.php
Initial checkin of website.
[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.2+</i>, but more specifically it requires the following libraries. 
14 </p>
15 <ul>
16   <li>GTK+-2.0.x</li>
17   <li>LIBGNOME[UI]-2.0.x</li>
18   <li>LIBXML-2.4.x</li>
19   <li>LIBGNOMEPRINT[UI]-2.2.x</li>
20   <li>LIBGNOMECANVAS-2.0.x</li>
21   <li>LIBGLADE-2.0.x</li>
22 </ul>
23 <p>
24 Note: to compile gLabels on RPM based systems, you will need the development RPMs (e.g., gnome-print-devel)
25 installed for each of these libraries. 
26 </p>
27
28
29 <h2>Source:</h2>
30 <ul>
31   <li>
32     <div class="latest">
33       <?a_sfdownload("glabels-2.0.4.tar.gz");?> (latest version)
34     </div>
35   </li>
36   <li><?a_sfdownload("glabels-2.0.3.tar.gz");?></li>
37   <li><?a_sfdownload("glabels-2.0.2.tar.gz");?></li>
38   <li><?a_sfdownload("glabels-2.0.1.tar.gz");?></li>
39   <li><?a_sfdownload("glabels-2.0.0.tar.gz");?></li>
40 </ul>
41
42
43
44
45
46 <h2>Third party packages</h2>
47 <p>
48 gLabels is currently available for most popular GNU/Linux distributions through
49 their associated repositories, including the following repositories:
50 <ul>
51   <li>Debian</li>
52   <li>Fedora Extras</li>
53   <li>Ubuntu Universe</li>
54 </ul>
55
56
57
58
59
60
61
62 <a id="unstable"></a>
63 <h1 class="development">Development (Unstable) Version ...</h1>
64
65 <h2>System Requirements</h2>
66 <p>
67 The development version of gLabels is designed to run on <i>GNOME 2.16</i>, but more specifically it requires the following libraries. 
68 </p>
69 <ul>
70   <li>GTK+-2.10.x</li>
71   <li>LIBGNOME[UI]-2.16.x</li>
72   <li>LIBXML-2.6.x</li>
73   <li>LIBGLADE-2.6.x</li>
74 </ul>
75 <p>
76 Note: to compile gLabels on most GNU/Linux systems, you will need the development packages (e.g., gtk2-devel)
77 installed for each of these libraries and their dependencies.
78 Just having the base library packages installed is not enough.
79 </p>
80
81
82 <h2>Source:</h2>
83 <ul>
84   <li>
85     <div class="latest">
86       <?a_sfdownload("glabels-2.1.4.tar.gz");?> (latest version)
87     </div>
88   </li>
89   <li><?a_sfdownload("glabels-2.1.3.tar.gz");?></li>
90   <li><?a_sfdownload("glabels-2.1.2.tar.gz");?></li>
91   <li><?a_sfdownload("glabels-2.1.1.tar.gz");?></li>
92   <li><?a_sfdownload("glabels-2.1.0.tar.gz");?></li>
93 </ul>
94
95 <h2>Subversion:</h2>
96 <p>
97 gLabels2 can be checked out through subversion with
98 the following command.
99 </p>
100 <div class="codebox">$  svn co https://glabels.svn.sourceforge.net/svnroot/glabels/trunk/glabels2
101 </div>
102 <p>
103 More information can be found at the <?a("http://sourceforge.net/svn/?group_id=46122","gLabels subversion page at Sourceforge");?>.
104 </p>
105 <ul>
106   <li><?a("http://glabels.svn.sourceforge.net/viewvc/glabels/","Browse the Subversion Repository");?></li>
107 </ul>
108
109
110
111
112
113
114
115 <h2><?a("/source/","Older versions ...");?></h2>
116
117
118
119
120
121
122
123 <?php gLabelsFooter(); ?>