mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Update developer.md
This commit is contained in:
parent
ea8bc6056b
commit
d0965eb06e
|
@ -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:
|
If you know some C++ and optionally some Qt, you can start to modify GoldenDict right now:
|
||||||
|
|
||||||
* Install Qt and QtCreator
|
* Install Qt and QtCreator
|
||||||
* (On Linux, install dependencies)
|
(On Linux, install dependencies)
|
||||||
* Load `goldendict.pro` or `CMakeLists.txt`
|
|
||||||
* Modify some code
|
Windows(qtcreator for example)
|
||||||
* Hit the `Run`.
|
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
|
## Coding Standards
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue