Table of Contents

Installation of Takin

Takin is developed under Linux and the newest version can be always compiled directly from the repository. From time to time, we compile prepared packages for Ubuntu, RedHat, macOS and Windows.

There is not yet installer of Takin for Mac and Windows. Compiled version can run standalone without any installation.

macOS

  1. Use control-click on downloaded file and select “open” (because app is currently unsigned)
  2. The Mac version contains all features from Linux version.

Ubuntu

  1. Install the package (replacing <takin.deb> with the name of the downloaded file; note the “./” in front of the file name):
    apt-get install --fix-broken ./<takin.deb>

Windows (experimental)

  1. Unpack downloaded file. We recommend to use open source utility 7-Zip.
  2. Run takin.exe
  3. Native Windows version is not able to run Python/Julia scripts, so convolution fitting is very simplified. In order to use all Takin features on Windows, we recommend using Ubuntu version under Windows 10. See below.

Windows subsystem for Linux (preferred for Windows)