]> Creatis software - gdcm.git/blob - Doc/Website/Download.html
6bae96ec7e2dab3c0e61791ed3c64e7e8a980882
[gdcm.git] / Doc / Website / Download.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4    <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5    <TITLE>Gdcm Download</TITLE>
6 </HEAD>
7
8 <BODY>
9
10 <!#######################################################################>
11 <H1>gdcm download page</H1>
12 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
13
14 <!#######################################################################>
15 <H2>Download current sources</H2>
16 In order to retrieve the bleeding edge version (or any previous
17 version) of gdcm please refer to the 
18 <A HREF="Cvs.html">gdcm cvs access</A> page.
19 <br>
20 Get a .zip file of <a  href="/~jpr/PUBLIC/gdcm/gdcm.tar.bz2"> gdcm 1.3.2</a> (last stable
21  version, not yet packaged)
22 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
23
24 <H2>Download Data</H2>
25    <LI> Test Data
26    <UL>
27       Get a <a href="/~jpr/PUBLIC/gdcm/gdcmData.tar.gz">
28       gzipped tarball</a> of Test Data
29       used for a full checking of the library. 
30       (warning : 78 Megabytes ...)
31    </UL>
32    <LI> Sample Data
33    <UL>
34       Some <a href="/~jpr/PUBLIC/gdcm/gdcmSampleData">
35       images of interest</a>, 
36       to be loaded one at a time, depending on what you need.  
37    </UL>
38    <LI> Non Image Data
39    <UL>
40       Some gdcm parsable <a href="/~jpr/PUBLIC/gdcm/gdcmNonImageData">
41       'non Image' Dicom files</a>, 
42       stored here, just to remember us gdcm doesn't deal with them :-(  
43    </UL>
44    <LI> Credits
45    <UL>
46       <a href="Credits.html">Credits</a>
47    </UL>
48    <LI> Image Particularities
49    <UL>
50       List of gdcmData images, grouped more or less by 
51       <a href="ImageParticularities.html">Image Particularities</a><br>
52       A given image may appear more than once.
53    </UL>
54   
55 <!#######################################################################>
56 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
57 <H2>(Packaged) distributions of gdcm last stable
58    <A HREF="News.html#NewsVersion1_0">version 1.0</A> 
59    (Feb 14 2005)
60 </H2>
61
62 Please refer to the
63    <A HREF="News.html#NewsVersion1_0">news on version 1.0</A>
64 for more information on the features of this release.
65
66 <UL>
67    <!###############################>
68    <LI><B>Win32</B>
69       <IMG src="Icons/os-windows.gif" alt="win95 logo"
70            nosave height=32 width=32>
71   
72
73    <UL>
74      <LI>Zipped archive :
75        <!-------
76        <A HREF="../GdcmPackages/bin20050317/gdcm-1.0.0.zip">gdcm-1.0.0.zip</A>,
77        -->
78        <i>Sorry, not yet made</i>
79      </LI>
80      <LI> Windoze self installer :
81        <A HREF="../GdcmPackages/bin20050317/GDCM1_0_0.exe"> gdcm1.0.0.exe</A>.
82    </LI>
83    </UL>
84
85
86    <!###############################>
87    <LI> <B>GNU/Linux</B>
88       <IMG src="Icons/os-linux.gif" alt="win95 logo"
89            nosave height=32 width=32>
90    <UL>
91      <LI>Sources in a compressed tarball :
92      <UL>
93          <LI>       
94             <A HREF="../GdcmPackages/bin20050318/src-1.0.0.tar.gz">
95                     src-1.0.0.tar.gz</A>.
96          <LI>
97             <A HREF="../GdcmPackages/bin20050318/Testing-1.0.0.tar.gz">
98                     Testing-1.0.0.tar.gz</A>.
99          <LI>         
100             <A HREF="../GdcmPackages/bin20050318/Example-1.0.0.tar.gz">
101                     Example-1.0.0.tar.gz</A>.
102      </UL>         
103      </LI>
104      <LI>Source rpm :
105          <!-------  
106          <A HREF="../GdcmPackages/bin20050318/gdcm-1.0.0.src.rpm">
107                  gdcm-1.0.0.src.rpm</A>,
108          which requires swig 1.3.17.x [
109          <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.i386.rpm">
110                  swig13-1.3.17-1.i386.rpm</A>,
111          <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.src.rpm">
112                   swig13-1.3.17-1.src.rpm</A>]
113         ------>
114         <i>Sorry, not yet made</i>
115      </LI>
116      <LI>Binary rpm :
117          <!-------  
118          <A HREF="../GdcmPackages/bin20050318/gdcm-1.0.0.i386.rpm">
119                  gdcm-1.0.0.i386.rpm</A>.
120          ------>
121         <i>Sorry, not yet made</i>  
122      </LI>
123    </LI>
124    </UL>
125 </UL>
126
127 <B>Note:</B> The corresponding sources <b>must</b> be retrieved through cvs (see
128 <A HREF="Cvs.html">gdcm cvs access</A>)
129 with the cvs tag <B>Version1_0</B> e.g.
130 <BR>
131 <TT>cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public co
132     -r Version1_0 gdcm</TT>.
133
134
135
136 <!#######################################################################>
137 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
138 <H2> Distribution of gdcm stable
139    <A HREF="News.html#NewsVersion0_6">version 0.6</A> 
140    (June 8 2004)
141 </H2>
142
143 Please refer to the
144    <A HREF="News.html#NewsVersion0_6">news on version 0.6</A>
145 for more information on the features of this release.
146
147 <UL>
148    <!###############################>
149    <LI><B>Win32</B>
150       <IMG src="Icons/os-windows.gif" alt="win95 logo"
151            nosave height=32 width=32>
152   
153
154    <UL>
155    <LI> <B>Gdcm kernel</B>
156       <UL>
157       <LI>Zipped archive
158          <!-------
159          <A HREF="../GdcmPackages/bin20040608/gdcm-0.6.zip">gdcm-0.6.zip</A>,
160          -->
161          : <i>Sorry, not yet made</i>
162       </LI>
163       <LI> Windoze self installer
164          <!-------
165          <A HREF="../GdcmPackages/bin20040608/gdcm-0.6.exe"> gdcm-0.6.exe</A>.
166          -->
167          : <i>Sorry, not yet made</i>
168       </UL>
169    </LI>
170                                                                                 
171    <LI> <B>GdcmPython</B>
172       <UL>
173       <LI>Zipped archive
174         <!-------
175          <A HREF="../GdcmPackages/bin20040608/gdcmPython-0.6.zip">
176                  gdcmPython-0.4.zip</A>,
177           ------>
178          : <i>Sorry, not yet made</i>
179       </LI>
180       <LI>Windoze self installer
181          <!-------
182          <A HREF="../GdcmPackages/bin20040608/gdcmPython-0.6.win32-py2.2.exe">
183             gdcmPython-0.6.win32-py2.2.exe</A>
184          (expects Python2.2.x).
185        ------>
186       : <i>Sorry, not yet made</i>
187       </LI>
188       </UL>
189    </LI>
190    </UL>
191
192
193
194    <!###############################>
195    <LI> <B>GNU/Linux</B> 
196       <IMG src="Icons/os-linux.gif" alt="win95 logo"
197            nosave height=32 width=32>
198    <UL>
199      <LI>Sources in a compressed tarball:
200          
201          <A HREF="../GdcmPackages/bin20050318/gdcm0.6.tar.gz">
202                  gdcm0.6.tar.gz</A>.
203      </LI>
204      <LI>Source rpm
205          <!-------  
206          <A HREF="../GdcmPackages/bin20040608/gdcm-0.6.0-1.src.rpm">
207                  gdcm-0.6.0.src.rpm</A>,
208          which requires swig 1.3.17.x [
209          <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.i386.rpm">
210                  swig13-1.3.17-1.i386.rpm</A>,
211          <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.src.rpm">
212                   swig13-1.3.17-1.src.rpm</A>]
213        ------>
214       : <i>Sorry, not yet made</i>
215      </LI>
216      <LI>Binary rpm
217          <!-------  
218          <A HREF="../GdcmPackages/bin20040608/gdcm-0.4.0-1.i386.rpm">
219                  gdcm-0.6.0-1.i386.rpm</A>.
220          ------>
221         : <i>Sorry, not yet made</i>  
222      </LI>
223    </LI>
224    </UL>
225 </UL>
226
227 <B>Note:</B> The corresponding sources <b>must</b> be retrieved through cvs (see
228 <A HREF="Cvs.html">gdcm cvs access</A>)
229 with the cvs tag <B>Version0_6</B> e.g.
230 <BR>
231 <TT>cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public co
232     -r Version0_6 gdcm</TT>.
233
234 <!#######################################################################>
235 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
236 <H2>Packaged distributions of gdcm
237    <A HREF="News.html#NewsVersion0_4">version 0.4</A> 
238    (February 6 2004)
239 </H2>
240
241 Please refer to the
242    <A HREF="News.html#NewsVersion0_4">news on version 0.4</A>
243 for more information on the features of this release.
244
245 <UL>
246    <!###############################>
247    <LI><B>Win32</B>
248       <IMG src="Icons/os-windows.gif" alt="win95 logo"
249            nosave height=32 width=32>
250    <UL>
251    <LI> <B>Gdcm kernel</B>
252       <UL>
253       <LI>Zipped archive
254          <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.zip">gdcm-0.4.zip</A>,
255       </LI>
256       <LI> Windoze self installer
257          <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.exe"> gdcm-0.4.exe</A>.
258       </UL>
259    </LI>
260                                                                                 
261    <LI> <B>GdcmPython</B>
262       <UL>
263       <LI>Zipped archive
264          <A HREF="../GdcmPackages/bin20040206/gdcmPython-0.4.zip">
265                  gdcmPython-0.4.zip</A>,
266       </LI>
267       <LI>Windoze self installer
268          <A HREF="../GdcmPackages/bin20040206/gdcmPython-0.4.win32-py2.2.exe">
269             gdcmPython-0.4.win32-py2.2.exe</A>
270          (expects Python2.2.x).
271       </LI>
272       </UL>
273    </LI>
274    </UL>
275
276    <!###############################>
277    <LI> <B>GNU/Linux RPM</B> packages
278       <IMG src="Icons/os-linux.gif" alt="win95 logo"
279            nosave height=32 width=32>
280    <UL>
281      <LI>Sources in a compressed tarball:
282          <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.0.tar.gz">
283                  gdcm-0.4.0.tar.gz</A>.
284      </LI>
285      <LI>Source rpm
286          <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.0-1.src.rpm">
287                  gdcm-0.4.0-1.src.rpm</A>,
288          which requires swig 1.3.17.x [
289          <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.i386.rpm">
290                  swig13-1.3.17-1.i386.rpm</A>,
291          <A HREF="http://www.creatis.insa-lyon.fr/rpm/swig13-1.3.17-1.src.rpm">
292                   swig13-1.3.17-1.src.rpm</A>]
293      </LI>
294      <LI>Binary rpm
295          <A HREF="../GdcmPackages/bin20040206/gdcm-0.4.0-1.i386.rpm">
296                  gdcm-0.4.0-1.i386.rpm</A>.
297      </LI>
298    </LI>
299    </UL>
300 </UL>
301
302 <B>Note:</B> The corresponding sources can be retrieved through cvs (see
303 <A HREF="Cvs.html">gdcm cvs access</A>)
304 with the cvs tag <B>Version0_4</B> e.g.
305 <BR>
306 <TT>cvs -d:pserver:anonymous@cvs.creatis.insa-lyon.fr:2402/cvs/public co
307     -r Version0_4 gdcm</TT>.
308
309 <!#######################################################################>
310 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
311 <H2>Packaged distributions of intermediate version of Apr 20 2004 </H2>
312
313 <B>RPM for rh9 and fc1</B> (sources and binaries).
314 <UL>
315    <LI> for <A HREF="../GdcmPackages/rpms/rh9">RedHat 9</A>
316    </LI>
317    <LI> for <A HREF="rpms/fc1">Fedora Core 1</A>
318    </LI>
319 </UL>
320
321 <!#######################################################################>
322 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
323 <H2>Packaged distributions of gdcm previous stable versions
324 </H2>
325
326 <UL>
327 <LI>
328    <A HREF="DownloadVersion0_3.html">version 0.3</A>,
329 </LI>
330 <LI>
331    <A HREF="DownloadVersion0_1.html">version 0.1</A>.
332 </LI>
333 </UL>
334
335 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
336
337 </BODY>
338 </HTML>