Skip to content

Installation

Tavo Annus edited this page Jan 19, 2021 · 6 revisions

Linux - Debian

GTM debian package can be downloaded from here (Releases)
Download gtm .deb package
Install debian package as alwayas (GUI double click or apt install [filename] should both work)
You might have to installssh2 with apt install libssh2-1-dev manually if not installed yet (Will fix in future)

Linux - Generic

Download GTM executable

GTM executable can be downloaded from here (Releases)
Download gtm-linux

Extract GTM

Extract downloaded zip to /usr/local/bin/
Add run permissions chmod +x /usr/local/bin/gtm

Windows - Installer

Download GTM installer

GTM installer can be downloaded from here (Releases)
Download gtm .msi installer
Run installer
Enjoy!

Windows - Manual

Download GTM executable

GTM executable can be downloaded from here (Releases)
Download gtm-windows

Extract GTM

Extract downloaded zip to temporary location.
Copy gtm.exe to C:\Program Files\gtm\ You need to create gtm directory
Copy git2.ddl to C:\Windows\System32
Note that both of the steps require Administrative privileges

Add GTM to PATH

Open the Start Search, type in env, and choose Edit the system environment variables
Click the Environment Variables… button.
Under the System Variables section (the lower half), find the row with Path in the first column, and click edit.
The Edit environment variable UI will appear. Here, you can click New and paste in C:\Program Files\gtm.
Dismiss all of the dialogs by choosing OK. Your changes are saved! (You might have to restart programs)

macOS

Download GTM executable

GTM executable can be downloaded from here (Releases)
Download gtm-macOS

Extract GTM

Extract downloaded zip to /usr/local/bin/
Add run permissions chmod +x /usr/local/bin/gtm