Skip to content

Commit

Permalink
Update README.md (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
bortkiewicz authored and ouuan committed Jan 25, 2020
1 parent d42c4a7 commit 5b8a08f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ You can also set hotkeys for some actions manually in `Preferences`. However the
git submodule update
```

2. Install Qt (5.12 or higher) and CMake.
2. Install Qt (5.12 or higher) and CMake. On Mac, run `brew install qt5`.

3. Set environment variable `CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake`. (Only necessary in some systems)
3. Set environment variable `CMAKE_PREFIX_PATH=%QtPath%/%QtVersion%/%Compiler%/lib/cmake` if necessary (i.e. cmake can't find the Qt installation path.) On Mac, run `export CMAKE_PREFIX_PATH="/usr/local/Cellar/qt/5.13.0"`.

4. Run the following commands:

Expand Down Expand Up @@ -117,4 +117,4 @@ You can join the [Telegram group](https://t.me/cpeditor) for asking quetions abo
License
----

[GNU General Public License Version 3.0](https://github.com/coder3101/cp-editor/blob/master/LICENSE)
[GNU General Public License Version 3.0](https://github.com/coder3101/cp-editor/blob/master/LICENSE)

0 comments on commit 5b8a08f

Please sign in to comment.