On Linux the users have to install all third party software from scratch. A
complete list of dependencies can be found in
Appendix A. After installing all dependencies SciCraft can
be installed in one of the following ways:
- With a Debian package: dpkg -i <scicraft-package>.deb
- With tar.gz package (python source): tar zxf <scicraft-package>.tar.gz
cd scicraft-<version number>
make install
On a debian system it is also possible to add the following line to
/etc/apt/sources.list to install using apt. This repository also provides
a debian package of python-qwt.
deb http://www.scicraft.org/debian/ unstable main contrib
The Debian package will install a system wide installation of SciCraft. It will
also take care of all dependencies the Debian way.
SciCraft Development Team