From eb1459b99aeef3e7649c2a7cbcc5b56e33e23cf3 Mon Sep 17 00:00:00 2001 From: piti-diablotin Date: Mon, 25 Jan 2021 08:35:50 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d033ee..fb23712 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,8 @@ First you need to install some dependancies (works for all maintained Ubuntu ver ``` That's it. You can now run it with `qAgate` + + The `qmake` step can be replaced by `qmake "PREFIX_AGATE=/usr/local"` if `agate` is installed in `/usr/local/`. ## MacOS @@ -80,11 +82,11 @@ brew install --cask qagate brew install freetype git libssh qt git clone https://github.com/piti-diablotin/qAgate.git cd qAagate - qmake "PREFIX=/usr/local" "PREFIX_AGATE=/usr/local" "PREFIX_FREETYPE=/usr/local" "PREFIX_SSH=/usr/local" + qmake make sudo make install ``` - *Tips*: If agate, libssg or freetype are installed in a custom repository you can specify this directory with the environement variable + *Tips*: If agate, libssh or freetype are installed in a custom repository you can specify this directory with the environement variable `PREFIX_AGATE PREFIX_SSH PREFIX_FREETYPE`. You can set the installation prefix with the variable `PREFIX`