1 The packages are available through an APT repository You can either browse the
2 archive or add this line to your `/etc/apt/sources.list`::
4 deb http://apsy.gse.uni-magdeburg.de/debian #distro# #section#
6 Replace `#distro#` with ..., depending on which distribution you are using.
7 Note that not every package is available for all distributions. You need to
8 replace #section# with the value(s) corresponding to the package(s) you are
9 interested in (get it from the table below). Multiple sections are allowed.
10 Please, do not forget to update your package index, e.g. by running apt-get
11 update. If no binary packages are available for your distribution, you can
12 still download the source packages. Simply add this to your
13 `/etc/apt/sources.list` (you have to replace #distro# and #section# as
16 deb-src http://apsy.gse.uni-magdeburg.de/debian #distro# #section#
18 After the usual apt-get update you can get and build the packages with e.g.
19 apt-src or whatever you like. To build e.g. dicomnifti you can do this: apt-src
22 This downloads the sources and installs all build-dependencies if necessary.
23 You need root-privileges to install the build-dependencies, so apt-src might
24 ask for a password. Now invoke: apt-src build dicomnifti
26 This will build all binary packages which should appear in the current
27 directory (if everything worked well). You can now install the packages with