projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3912dba
)
Fix Mac PATH command
author
Phil Davis
<phil.davis@inf.org>
Tue, 20 Dec 2016 16:32:05 +0000
(22:17 +0545)
committer
Jocelyn Turcotte
<jturcotte@woboq.com>
Tue, 20 Dec 2016 19:01:38 +0000
(20:01 +0100)
Reported in the doc repo owncloud/documentation#1618
This version as suggested by @jturcotte
doc/building.rst
patch
|
blob
|
history
diff --git
a/doc/building.rst
b/doc/building.rst
index f2376e706ea97cce7f35f1714a28f43f22edc75f..477e48a12cb3bdf9aaf52ef60fdceefc833dd154 100644
(file)
--- a/
doc/building.rst
+++ b/
doc/building.rst
@@
-83,7
+83,7
@@
To set up your build environment for development using HomeBrew_:
3. Add Qt from brew to the path::
- export PATH=/usr/local/Cellar/qt5/5.x.y/bin
/qmake
+ export PATH=/usr/local/Cellar/qt5/5.x.y/bin
:$PATH
Where ``x.z`` is the current version of Qt 5 that brew has installed
on your machine.