Releases: Coddeus/xinhua-zhaodao
GUI for all OS
Description
Built a Graphical User Interface for xinhua with Tauri.
Download
Download one of the below installers (according to your OS) and use it to install the xinhua binary for your system.
Download hanyu.zip and extract hanyu.db which contains the data.
Organise the result like this:
Your folder
├─ data
│ └─ hanyu.db
└─ [xinhua binary]
Then you can run the binary!
Basic input-output
Description
First release.
Functional derivative characters searcher.
The result is sorted using the number of strokes, in ascending order.
Download
Build from source
Download the compressed file and extract its content.
cargo build --release
in the main folder.
Move the built binary (which is in /target/release/) next to the "data" folder, at the root of the repo.
And it should work.
Precompiled
(Only possible for windows)
Alternatively:
Download hanyu.db, and move it in a folder named "data".
Download one of the binary executables (both should work, if you don't know which to choose, go for […]-msvc.exe) and move it next to this "data" folder.
And it should work.