From d0965eb06e8a4a5a796e929c1e68c9c20dd799a7 Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Wed, 10 Jul 2024 10:46:16 +0800 Subject: [PATCH] Update developer.md --- website/docs/developer.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/website/docs/developer.md b/website/docs/developer.md index 9b3d4fb3..e3ecf3b4 100644 --- a/website/docs/developer.md +++ b/website/docs/developer.md @@ -3,10 +3,22 @@ Developing GoldenDict is not hard. If you know some C++ and optionally some Qt, you can start to modify GoldenDict right now: * Install Qt and QtCreator -* (On Linux, install dependencies) -* Load `goldendict.pro` or `CMakeLists.txt` -* Modify some code -* Hit the `Run`. + (On Linux, install dependencies) + + Windows(qtcreator for example) +Packages: +``` +[x]qtX.X.X version +[x]MSVC2019 /GCC +[x]Qt5 Compatible Module +[*]Additional + [x]Qt Image formats + [x]Qt MultiMedia + [x]Qt Positioning + [x]Qt speech + [x]Qt webchannel + [x]Qt webengine +``` ## Coding Standards @@ -16,4 +28,4 @@ Commit messages should follow [Conventional Commits](https://www.conventionalcom Reformat changes with `clang-format` [how to use clang-format](https://github.com/xiaoyifang/goldendict/blob/staged/howto/how%20to%20use%20.clang-format%20to%20format%20the%20code.md) -Remember to enable `clang-tidy` support on your editor so that `.clang-tidy` will be respected. \ No newline at end of file +Remember to enable `clang-tidy` support on your editor so that `.clang-tidy` will be respected.