Update build_from_source.md

This commit is contained in:
xiaoyifang 2023-08-28 10:01:04 +08:00 committed by GitHub
parent f45f075f78
commit 8b8c865fcc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -199,7 +199,7 @@ VS2019 support CMake project, open the source directory directly then you go.
#### build
After successful build, run WinDeployQT in the target folder (where GoldenDict.exe is located), which will copy all necessary files to this folder.
After successful build, run windeployqt.exe(bundled with Qt installation) in the target folder (where GoldenDict.exe is located), which will copy all necessary files to this folder.
You can click on the exe to verify that the application can be run.
After all this, you can debug the application normally.