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
takin:help:install [2017/08/22 14:04] pcermaktakin:help:install [2023/04/05 23:00] (current) 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.
  
-===== Windows =====+===== 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; note the "./" in front of the file name): <code>apt-get install --fix-broken ./<takin.deb></code>
 +
 +
 +===== 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**
     - 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.
     - Install the Windows Subsystem for Linux     - Install the Windows Subsystem for Linux
-      - Open PowerShell as Administrator and run: +      - Open PowerShell as Administrator and run: <code>Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux</code>
-        ''Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Windows-Subsystem-Linux''+
       - Follow the instructions, restart the computer if needed       - Follow the instructions, restart the computer if needed
     - Run Bash (Start --> Bash on Ubuntu on Windows)     - Run Bash (Start --> Bash on Ubuntu on Windows)
-    - Check, if you have version 16 of Ubuntu +    - 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''  
-        lsb_release -a +    - 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]]) 
-        If not, you need to upgrade your linux by running ''sudo do-release-upgrade''  +    - [[takin:download|Download latest Ubuntu version]]. 
-    -  +    - Install the package (replacing <takin.deb> with the name of the downloaded file): <code>dpkg -i <takin.deb></code> 
- +  * **Run takin** 
-===== macOS ===== +    - Start Xming 
- +    - Start bash 
-    - [[takin:download|Download latest mac version]] +    - Run <code>DISPLAY=:takin</code> 
-    - Use ⌘-click on downloaded file and select "open" (because app is currently unsigned) +    - Alternatively you can create shortcut to ''bash -c "DISPLAY=:0 takin"'' and use [[http://wiki.mlz-garching.de/_media/takin:takin.ico|TAKIN icon]] for it.
-    MAC version contains all features from Linux version+
- +
- +
-===== Debian (Xenial and higher) ===== +
- +
-    * Sorry, there are not yet compiled packages of takin. You should compile takin from a [[https://forge.frm2.tum.de/cgit/cgit.cgi/frm2/mira/tastools.git/|source]].+
  
takin/help/install.1503410660.txt.gz · Last modified: 2017/08/22 14:04 by pcermak