Skip to content

Commit dbda93e

Browse files
committed
Update README.md to include instructions for clearing CMakeCache.txt before ARM64 cross-compilation
1 parent fd9c2e4 commit dbda93e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ Navigate back to your build directory and configure for ARM64:
110110
```bash
111111
cd C:\build-qtwebengine-arm64
112112

113+
# Clear CMakeCache.txt
114+
rm CMakeCache.txt
115+
113116
# Configure for ARM64 cross-compilation
114117
C:\Qt\6.9.0\msvc2022_arm64\bin\qt-configure-module.bat ..\qtwebengine -- -DQT_HOST_PATH=C:\Qt\6.9.0\msvc2022_64 -DFEATURE_webengine_build=OFF
115118
```

0 commit comments

Comments
 (0)