mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Replace command line Step 5 Install Homebrew
replace brew install "qt5 --with-qtwebkit" with "install qt5" otherwise it will not work
This commit is contained in:
parent
35005e46b4
commit
e4482ef675
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ To set up your build environment for development using HomeBrew_:
|
|||
|
||||
5. Install a Qt5 version with qtwebkit support::
|
||||
|
||||
brew install qt5 --with-qtwebkit
|
||||
brew install qt5
|
||||
|
||||
6. Install any missing dependencies::
|
||||
|
||||
|
|
Loading…
Reference in a new issue