Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 708 Bytes

Readme.org

File metadata and controls

29 lines (24 loc) · 708 Bytes

星际译王(stardict) 的个人使用词典

sdcv 的安装

  • 使用 linux 自带的包管理器安装(以 archlinux 为例)
yay -S sdcv
  • 编译安装
git clone https://github.com/Dushistov/sdcv.git ~/Git/sdcv

cd sdcv
mkdir /tmp/build-sdcv

cd /tmp/build-sdcv && {
    cmake  ~/Git/sdcv
    make  && make install
}

sdcv 使用

sdcv -c --data-dir=/path/to/dic "$1"
  • 更多使用方法参考 sdcv -h

下载更多的词典