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
Next revisionBoth sides next revision
takin:help:install [2017/08/22 14:42] – [Debian (Xenial and higher)] pcermaktakin:help:install [2023/03/28 16:04] 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 ===== ===== Windows =====
Line 23: Line 23:
     - 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-ver153-ubuntu-xenial.deb</code> +    - [[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 bash     - Start bash
     - Run <code>DISPLAY=:0 takin</code>     - Run <code>DISPLAY=:0 takin</code>
Line 33: Line 35:
 ===== macOS ===== ===== macOS =====
  
-    - [[takin:download|Download latest mac version]] +    - [[takin:download|Download latest Mac version]]. 
-    - Use -click on downloaded file and select "open" (because app is currently unsigned)+    - Use control-click on downloaded file and select "open" (because app is currently unsigned)
     - MAC version contains all features from Linux version.     - MAC version contains all features from Linux version.
  
  
-===== Debian (Xenial and higher) ===== +===== Ubuntu ===== 
-  - Download latest Debian package<code>wget https://forge.frm2.tum.de/public/takin/debian/i386/takin-ver153-ubuntu-xenial.deb</code> +  - [[takin:download|Download latest Ubuntu version]]. 
-  - Install it: <code>dpkg -i takin-ver153-ubuntu-xenial.deb</code>+  - Install the package (replacing <takin.deb> with the name of the downloaded file): <code>apt-get install --fix-broken <takin.deb></code> 
takin/help/install.txt · Last modified: 2023/04/05 23:00 by Tobias Weber