From 8959c863af06e45fe19873640a80ffb0fcfd7bd2 Mon Sep 17 00:00:00 2001 From: Le Tan Date: Sat, 27 Apr 2019 12:53:22 +0800 Subject: [PATCH] Update Build VNote.md --- en_us/docs/Developers/Build VNote.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/en_us/docs/Developers/Build VNote.md b/en_us/docs/Developers/Build VNote.md index 19eb38ad..e72dcd67 100644 --- a/en_us/docs/Developers/Build VNote.md +++ b/en_us/docs/Developers/Build VNote.md @@ -1,5 +1,5 @@ # Build VNote -You need **Qt 5.9** to build VNote from source. +You need **Qt 5.9** and above to build VNote from source. ## Get the Source Code of VNote VNote's source code is available on [Github](https://github.com/tamlok/vnote). You could download the ZIP archive of the code. Please be aware of that VNote depends on some submodules, so you should also download the source codes of these modules. @@ -114,4 +114,4 @@ If you prefer command line on macOS, you could follow these steps. ./build_macos.sh ``` -5. Now you got the bundle `path/to/project/build/src/VNote.app`. \ No newline at end of file +5. Now you got the bundle `path/to/project/build/src/VNote.app`.