Skip to content

Commit 8427886

Browse files
committed
Update README
1 parent ebdc588 commit 8427886

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
1. Install Cmake
2424
2. Download & Install **[Qt5][4]**
2525
3. ```sh
26-
cmake -DCMAKE_BUILD_TYPE={type} -DCMAKE_PREFIX_PATH=path/to/Qt5 -G {generator} -B ./cmake-build-{type}
26+
cmake -DCMAKE_BUILD_TYPE={type} -QT5_DIR=path/to/Qt5 -DOPEN_XLSX_DIR=path/to/OpenXLSX -G {generator} -B ./cmake-build-{type}
2727
cmake --build ./cmake-build-{type} --target TIP -j 14
2828
```
2929

@@ -32,7 +32,7 @@
3232
2. Install **[Inno Download Plugin][6]**
3333
3. To activate deployment mode, add the following flag to the CMake configuration:
3434
```sh
35-
cmake -DCMAKE_BUILD_TYPE={type} -DCMAKE_PREFIX_PATH=path/to/Qt5 "-DDEPLOY_DEPENDENCY=\"path/to/idp.iss\"" -G {generator} -B ./cmake-build-{type}
35+
cmake -DCMAKE_BUILD_TYPE={type} -QT5_DIR=path/to/Qt5 -DOPEN_XLSX_DIR=path/to/OpenXLSX "-DDEPLOY_DEPENDENCY=\"path/to/idp.iss\"" -G {generator} -B ./cmake-build-{type}
3636
cmake --build ./cmake-build-{type} --target TIP -j 14
3737
```
3838
or run [windows_deploy.bat][8] after building the project and enter `"path/to/idp.iss"` as an argument.

0 commit comments

Comments
 (0)