Update README.md to include QTDIR
This commit is contained in:
parent
b1ce63b64c
commit
eb9c948bb0
|
@ -41,9 +41,11 @@ brew install go
|
|||
```
|
||||
# Linux users should use their distro's package manager, but in case they do a manual install:
|
||||
export PATH=$PATH:/path/to/Qt/5.14.2/gcc_64/bin
|
||||
export QTDIR=/path/to/Qt/5.14.2/
|
||||
|
||||
# macOS:
|
||||
export PATH=$PATH:/path/to/Qt/5.14.2/clang_64/bin
|
||||
export QTDIR=/path/to/Qt/5.14.2/
|
||||
```
|
||||
|
||||
### 2. Clone the repo and build `nim-status-client`
|
||||
|
|
Loading…
Reference in New Issue