Skip to content

Commit

Permalink
Merge pull request #59380 from ValentinBuira/update-install-md
Browse files Browse the repository at this point in the history
Update install md
  • Loading branch information
m-kuhn authored Nov 9, 2024
2 parents cbcfe86 + c96ec1a commit 3f795c5
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -776,13 +776,13 @@ Open a _Developer PowerShell for VS 2022_
# and have changed the working directory into it
# Configure
cmake -S . \
-B build \
-DSDK_PATH="path/to/vcpkg-export-[date]" \
-DBUILD_WITH_QT6=ON \
-DWITH_QTWEBKIT=OFF \
-DVCPKG_TARGET_TRIPLET=x64-windows-release \
-DFLEX_EXECUTABLE="path/to/flex-executable" \
cmake -S . `
-B build `
-DSDK_PATH="path/to/vcpkg-export-[date]" `
-DBUILD_WITH_QT6=ON `
-DWITH_QTWEBKIT=OFF `
-DVCPKG_TARGET_TRIPLET=x64-windows-release `
-DFLEX_EXECUTABLE="path/to/flex-executable" `
-DBISON_EXECUTABLE="path/to/bison-executable"
```

Expand All @@ -808,12 +808,12 @@ This will require some time, cpu and disk space.
# and have changed the working directory into it
# Configure
cmake -S . \
-B build \
-D WITH_VCPKG \
-D BUILD_WITH_QT6=ON \
-D WITH_QTWEBKIT=OFF \
-D VCPKG_TARGET_TRIPLET=x64-windows-release \
cmake -S . `
-B build `
-D WITH_VCPKG=ON `
-D BUILD_WITH_QT6=ON `
-D WITH_QTWEBKIT=OFF `
-D VCPKG_TARGET_TRIPLET=x64-windows-release `
-D VCPKG_HOST_TRIPLET=x64-windows-release
```

Expand Down

0 comments on commit 3f795c5

Please sign in to comment.