Skip to content

Commit c95f721

Browse files
committed
update build steps
1 parent 466e481 commit c95f721

File tree

1 file changed

+26
-1
lines changed

1 file changed

+26
-1
lines changed

docs/HOW_TO_BUILD.org

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,32 @@
11

22
* How to build
33

4-
** Windows with Qt Creator
4+
** Windows
5+
*** Environments
6+
VS2017
7+
Qt5.12.10
8+
Python3.6.6 64-bit
9+
PySide2 5.12.6 (the lastest version for Qt5.12)
10+
CMake3.15 or higher version
11+
Tips:
12+
1. If you wants to build 64-bit Launchy, 64-bit Python is required.
13+
2. If you wants to debug Launchy python, debug version of python is required.
14+
15+
*** Configuartion
16+
These steps is intended to help cmake locate Qt.
17+
Set =CMAKE_PREFIX_PATH= as Qt install directory, it is =C:/Qt/Qt5.12.10/5.12.10/msvc2017_64= by default.
18+
19+
*** Build
20+
1. Generate VS2017 solution with cmake
21+
#+BEGIN_SRC bat
22+
cmake -B build .
23+
#+END_SRC
24+
25+
2. Open solution with VS2017 and build
26+
27+
28+
29+
** (obsolete) Windows with Qt Creator
530
*** Environments
631
- Visual Studio Community 2017
732
- Qt 5.12.5

0 commit comments

Comments
 (0)