Skip to content

dictlab/mdict-cpp

Repository files navigation

MDICT CPP

mdict .mdx/.mdd interpreter c++ implements

Executable

Cmake

mkdir build
cd build && cmake .. && make mydict
target/bin/mydict your_mdx_file.mdx yourword

the executable binary will generate at bin/mdict

Library

Library

mkdir build 
cd buid && cmake .. && make mdict
ls target/lib/libmdict.a

format

ref: mdx format

mdx_format

About

*.mdx/*.mdd file interpreter cpp implementation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published