1,827
edits
m (Remove redundant Category:Packages.) |
(Unified layout. Revisit links https.) |
||
Line 1: | Line 1: | ||
The {{Forge|dicom}} package is part of the [[Octave Forge]] project. The package is at an early development stage and it is maintained by Andy Buckle with contributions by Judd Storrs and Kris Thielemans. | |||
== What is the aim of this package? == | == What is the aim of this package? == | ||
Line 12: | Line 8: | ||
== Platforms == | == Platforms == | ||
{{Warning|The information of this section needs be reviewed (June 2019).}} | |||
*Linux. Tested on OpenSuSE 11.4 and Ubuntu. No known issues. GDCM is required: see below. | *Linux. Tested on OpenSuSE 11.4 and Ubuntu. No known issues. GDCM is required: see below. | ||
*mingw | *mingw | ||
Line 20: | Line 18: | ||
==Supporting library== | ==Supporting library== | ||
[http://sourceforge.net/ | [http://gdcm.sourceforge.net/wiki/index.php/Main_Page GDCM]. You can usually get this via your package manager, e.g. on Ubuntu | ||
sudo apt-get install libgdcm2.0 | sudo apt-get install libgdcm2.0 | ||
Alternatively, build it yourself. Get the source with | Alternatively, build it yourself. Get the source with git. | ||
git clone https://git.code.sf.net/p/gdcm/gdcm | |||
cmake and g++ are required. create a gdcmbin directory parallel to the gdcm-2-0 directory. Change to gdcmbin and then run cmake (Linux/cygwin). | cmake and g++ are required. create a gdcmbin directory parallel to the gdcm-2-0 directory. Change to gdcmbin and then run cmake (Linux/cygwin). | ||
Line 89: | Line 87: | ||
== See also == | == See also == | ||
* {{Forge|dicom}} at [[Octave Forge]]. | * {{Forge|dicom}} at [[Octave Forge]]. | ||
* [ | * [https://sourceforge.net/projects/gdcm/ Grassroots DICOM]. | ||
[[Category:Octave Forge]] | [[Category:Octave Forge]] |