From 8b8c865fcc1d5b88350c77e5c9e7f7aa9707ce01 Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Mon, 28 Aug 2023 10:01:04 +0800 Subject: [PATCH] Update build_from_source.md --- website/docs/howto/build_from_source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/howto/build_from_source.md b/website/docs/howto/build_from_source.md index 4b6c597a..dfae4bb0 100644 --- a/website/docs/howto/build_from_source.md +++ b/website/docs/howto/build_from_source.md @@ -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.