mkdir /tmp/build-sdcv
cd /tmp/build-sdcv
cmake path/to/source/code/of/sdcv
make
if you enable nls then you should also type
make lang
make install
you can use “DESTDIR” variable to change installation path
See sdcv man page for usage description.
If you find bug reports it via email to dushistov at mail dot ru. Be sure to include the word “sdcv” somewhere in the “Subject:” field.
make package_source
cd po
xgettext -k_ ../src/*.cpp -o new.pot
msgmerge -U sdcv.pot new.pot
rm new.pot
for i in `ls *.po`; do msgmerge -U $i sdcv.pot; done
forked from https://github.com/yygcode/sdcv.git
- 需要在 msys 上编译,编译完成放置在目录D:\msys64\usr\bin\sdcv.exe
- 方法
git clone pacman -S zlib-devel pacman -S libreadline-devel pacman -S glib2-devel cmake make VERBOSE=1
- 字典下载 http://download.huzheng.org/zh_CN/