Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/source/GettingStarted/InstallingGaffer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ To install Gaffer in Linux:

Gaffer is now installed to `/opt/gaffer-!GAFFER_VERSION!-linux`.

> Note :
> On Ubuntu you might also need to install the `libxcb-cursor0` package by running the following command: `sudo apt install libxcb-cursor0`

## Installing in Windows ##

Expand Down
6 changes: 6 additions & 0 deletions doc/source/GettingStarted/LaunchingGafferFirstTime/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ To launch Gaffer for the first time in Linux:

Gaffer will launch in a new window.

> Tip :
> Create an alias to make it easier to launch by adding the following line to your `~/.bash_aliases` file:
> `alias gaffer='/opt/gaffer-!GAFFER_VERSION!-linux/bin/gaffer'`
> and if you have a HiDPI display you can also add QT_SCALE_FACTOR=2 to make the interface scale better to your display:
> `alias gaffer='QT_SCALE_FACTOR=2 /opt/gaffer-!GAFFER_VERSION!-linux/bin/gaffer'`
> Refresh by running `source ~/.bash_aliases` and you can now launch by simply typing `gaffer` in the terminal, no matter what folder you're in.

## Launching in Windows ##

Expand Down