1 Star 1 Fork 1

hhu挂科king/weasel

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.install.bat 707 Bytes
一键复制 编辑 原始数据 按行查看 历史
setlocal
call appveyor_build_boost.bat
if errorlevel 1 goto error
git submodule init
git submodule update plum
set rime_version=1.5.3
set rime_variant=rime-with-plugins
set download_archive=%rime_variant%-%rime_version%-win32.zip
appveyor DownloadFile https://github.com/rime/librime/releases/download/%rime_version%/%download_archive%
7z x %download_archive% * -olibrime\ | find "ing archive"
copy /Y librime\dist\include\rime_*.h include\
copy /Y librime\dist\lib\rime.lib lib\
copy /Y librime\dist\lib\rime.dll output\
if not exist output\data\opencc mkdir output\data\opencc
copy /Y librime\thirdparty\share\opencc\*.* output\data\opencc\
:error
set exitcode=%errorlevel%
:exit
exit /b %exitcode%
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hhu_handsomeman/weasel.git
git@gitee.com:hhu_handsomeman/weasel.git
hhu_handsomeman
weasel
weasel
master

搜索帮助