User Tools

Site Tools


takin:help:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
takin:help:install [2017/10/26 13:59] – [Windows subsystem for Linux] pcermaktakin:help:install [2023/03/28 16:08] Tobias Weber
Line 1: Line 1:
-====== Installation of the Takin ======+====== Installation of Takin ======
  
 {{ :takin:install2.svg?nolink&120}} {{ :takin:install2.svg?nolink&120}}
  
-Takin is developed under Linux and newest version can be always compiled directly from [[https://forge.frm2.tum.de/cgit/cgit.cgi/frm2/mira/tastools.git/|repository]]. Time to time, we compile [[https://forge.frm2.tum.de/public/takin/|prepared packages]] for Ubuntu, RedHat, macOS and Windows.+//Takin// is developed under Linux and the newest version can be always compiled directly from [[https://code.ill.fr/scientific-software/takin|the repository]]. From time to time, we compile [[https://forge.frm2.tum.de/public/takin/|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.+There is not yet installer of Takin for Mac and Windows. Compiled version can run standalone without any installation. 
 + 
 +===== macOS ===== 
 +    - [[takin:download|Download latest Mac version]]. 
 +    - Use control-click on downloaded file and select "open" (because app is currently unsigned) 
 +    - The Mac version contains all features from Linux version. 
 + 
 + 
 +===== Ubuntu ===== 
 +  - [[takin:download|Download latest Ubuntu version]]. 
 +  - Install the package (replacing <takin.deb> with the name of the downloaded file): <code>apt-get install --fix-broken <takin.deb></code>
  
-===== Windows ===== 
  
 +===== Windows (experimental) =====
     - [[takin:download|Download latest windows version]]     - [[takin:download|Download latest windows version]]
     - Unpack downloaded file. We recommend to use open source utility [[http://www.7-zip.org/|7-Zip]].     - Unpack downloaded file. We recommend to use open source utility [[http://www.7-zip.org/|7-Zip]].
Line 14: Line 24:
     - 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.     - 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 ==== 
  
 +=====  Windows subsystem for Linux (preferred for Windows) =====
   * **Instalation**   * **Instalation**
     - Users of Windows 10 can run native version of Takin under Linux subsystem.     - Users of Windows 10 can run native version of Takin under Linux subsystem.
Line 23: Line 33:
     - Run Bash (Start --> Bash on Ubuntu on Windows)     - Run Bash (Start --> Bash on Ubuntu on Windows)
     - Check, if you have version 16 of Ubuntu <code>lsb_release -a</code>If not, you need to upgrade your linux by running ''sudo do-release-upgrade''      - Check, if you have version 16 of Ubuntu <code>lsb_release -a</code>If not, you need to upgrade your linux by running ''sudo do-release-upgrade'' 
 +    - Perform a system update ''sudo apt update && sudo apt upgrade''
     - Install Xming, we recommend to use Setup wizard ([[https://sourceforge.net/projects/xming/|official page]])     - Install Xming, we recommend to use Setup wizard ([[https://sourceforge.net/projects/xming/|official page]])
-    - Download latest Ubuntu package <code>wget https://forge.frm2.tum.de/public/takin/debian/i386/takin-ver154b-ubuntu-xenial.deb</code> Replace filename with the latest version from [[https://forge.frm2.tum.de/public/takin/debian/i386/|this]] directory+    - [[takin:download|Download latest Ubuntu version]]. 
-    - Install the package <code>dpkg -i takin-ver153-ubuntu-xenial.deb</code>+    - Install the package (replacing <takin.deb> with the name of the downloaded file): <code>dpkg -i <takin.deb></code>
   * **Run takin**   * **Run takin**
     - Start Xming     - Start Xming
Line 32: Line 43:
     - Alternatively you can create a shortcut to ''bash -c "DISPLAY=:0 takin"'' and use [[http://wiki.mlz-garching.de/_media/takin:takin.ico|TAKIN icon]] for it.     - Alternatively you can create a shortcut to ''bash -c "DISPLAY=:0 takin"'' and use [[http://wiki.mlz-garching.de/_media/takin:takin.ico|TAKIN icon]] for it.
  
-===== macOS ===== 
- 
-    - [[takin:download|Download latest mac version]] 
-    - Use ⌘-click on downloaded file and select "open" (because app is currently unsigned) 
-    - MAC version contains all features from Linux version. 
- 
- 
-===== Debian (Xenial and higher) ===== 
-  - Download latest Debian package: <code>wget https://forge.frm2.tum.de/public/takin/debian/i386/takin-ver153-ubuntu-xenial.deb</code> 
-  - Install it: <code>dpkg -i takin-ver153-ubuntu-xenial.deb</code> 
takin/help/install.txt · Last modified: 2023/04/05 23:00 by Tobias Weber