Loading README.org +4 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,10 @@ improvements that can be done here. #+BEGIN_SRC sh git clone https://gitlab.emacsos.com/sylecn/libpyzy.git cd libpyzy/src/ # Side note: zero-pinyin-service must be in libpyzy src dir to build, because # it uses the source code directly. I didn't use libpyzy as a dependency # because I have done code review and patched the libpyzy code and those # changes are not sent to upstream. libpyzy is pretty inactive these days. git clone https://gitlab.emacsos.com/sylecn/zero-pinyin-service.git cd zero-pinyin-service/ meson setup release/ Loading Loading
README.org +4 −0 Original line number Diff line number Diff line Loading @@ -37,6 +37,10 @@ improvements that can be done here. #+BEGIN_SRC sh git clone https://gitlab.emacsos.com/sylecn/libpyzy.git cd libpyzy/src/ # Side note: zero-pinyin-service must be in libpyzy src dir to build, because # it uses the source code directly. I didn't use libpyzy as a dependency # because I have done code review and patched the libpyzy code and those # changes are not sent to upstream. libpyzy is pretty inactive these days. git clone https://gitlab.emacsos.com/sylecn/zero-pinyin-service.git cd zero-pinyin-service/ meson setup release/ Loading