## Install McStas 2.5 On Debian class systems (including Ubuntu, mint etc.): # Add the McCode repository After following the below steps your package manager should now be aware of mcstas ```bash cd /etc/apt/sources.list.d sudo wget http://packages.mccode.org/debian/mccode.list sudo apt-get update ``` # Look for McStas packages to install ```bash mcstas@debian:~$ apt-cache search mcstas | grep -v 2.0 |grep -v 2.1 | grep -v 2.2 | grep -v 2.3 | grep -v 2.4 mcstas-2.5 - mcstas built using CMake mcstas-comps-2.5 - mcstas-comps built using CMake mcstas-manuals-2.5 - mcstas_manuals built using CMake mcstas-suite - A metapackage for McStas + perl and python tools mcstas-suite-perl - A metapackage for McStas + perl tools mcstas-suite-python - A metapackage for McStas + python tools mcstas-tools-matlab-mcplot-2.5 - matlab-tools-mcplot built using CMake mcstas-tools-perl-2.5 - legacy-tools built using CMake mcstas-tools-perl-cmdline-2.5 - legacy-tools-cmdline built using CMake mcstas-tools-python-mccodelib-2.5 - python-tools-mccodelib built using CMake mcstas-tools-python-mcdisplay-mantid-2.5 - python-tools-mcdisplay-mantid built using CMake mcstas-tools-python-mcdisplay-pyqtgraph-2.5 - python-tools-mcdisplay-pyqtgraph built using CMake mcstas-tools-python-mcdisplay-webgl-2.5 - python-tools-mcdisplay-webgl built using CMake mcstas-tools-python-mcgui-2.5 - python-tools-mcgui built using CMake mcstas-tools-python-mcplot-pyqtgraph-2.5 - python-tools-mcplot-pyqtgraph built using CMake mcstas-tools-python-mcrun-2.5 - python-tools-mcrun built using CMake ``` The meta-packages mcstas-suite-perl and mcstas-suite-python allows you to install mcstas with one or both sets of tools (mcrun/mcplot etc.) by simple apt-get commands like ```bash sudo apt-get install mcstas-suite-python ``` # Optionals Optionally install iFit to visualize results using a Matlab environment (for free, no license needed). Optionally install a VRML/X3D plotter such as Freewrl or InstantReality. Optionally, you can install the NeXus format libraries to be able to export data files in HDF5. Please report any trouble with the repository to [mcstas-users](mailto:mcstas-users@mcstas.org) # Installing without adding the repo If you want to attempt installing our debian packages manually via dpkg, the packages are available for download at http://download.mcstas.org/current/linux/mcstas-2.5-deb64 ## In case of issues Please report any trouble with the repository to [mcstas-users](mailto:mcstas-users@mcstas.org)