Installing Gaffer
The Gaffer package is a self-contained directory, so you will need to manually install it, and later manually configure it, if necessary. Once extracted, the Gaffer directory contains the complete application, ready for use.
Note
In keeping with Linux/macOS best practices, we will demonstrate how to install Gaffer in the /opt/
directory. We also use C:\software\
on Windows as an example installation path. However, you could install it to any location on your file system to which you have write and execute access.
Installing in Linux
To install Gaffer in Linux:
Download the latest Linux package of Gaffer.
Open a terminal.
Extract the archive:
user@desktop ~ $ cd ~/Downloads user@desktop ~/Downloads $ sudo tar -xzf gaffer-1.5.0.1-linux.tar.gz -C /opt/
Gaffer is now installed to /opt/gaffer-1.5.0.1-linux
.
Installing in Windows
To install Gaffer in Windows:
Download the latest Windows package of Gaffer.
Extract the archive (for best performance, we suggest extracting with 7-Zip).
Move the extracted
gaffer-1.5.0.1-windows
folder to the location you wish to install it under, such asC:\software
.
Gaffer is now installed to C:\software\gaffer-1.5.0.1-windows
.
Note
Gaffer requires the Microsoft Visual C++ Redistributable to be installed on Windows. This needs to be downloaded and installed before Gaffer can be launched.
Installing in macOS
Note
Pre-built versions of Gaffer are currently unavailable on macOS.
To install Gaffer in macOS:
Download the latest macOS package of Gaffer.
Open the terminal (Finder > Go > Utilities > Terminal).
Extract the archive:
MacBook:~ user$ cd ~/Downloads MacBook:~/Downloads user$ tar -xzf gaffer-1.5.0.1-macos.tar.gz -C /opt/
Gaffer is now installed to /opt/gaffer-1.5.0.1-macos
.