1 Star 0 Fork 6

逆风飞扬 / librime

forked from lotem / librime 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.install.bat 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
setlocal
set nocache=0
if not exist thirdparty.cached set nocache=1
if not exist %BOOST_ROOT% set nocache=1
if %nocache% == 1 (
pushd C:\Libraries
appveyor DownloadFile http://cfhcable.dl.sourceforge.net/project/boost/boost/1.61.0/boost_1_61_0.7z
7z x boost_1_61_0.7z | find "ing archive"
cd boost_1_61_0
call .\bootstrap.bat
call .\b2.exe --prefix=%BOOST_ROOT% toolset=msvc-14.0 variant=release link=static threading=multi runtime-link=static define=BOOST_USE_WINAPI_VERSION=0x0501 cxxflags="/Zc:threadSafeInit- " --with-date_time --with-filesystem --with-locale --with-regex --with-signals --with-system --with-thread -q -d0 install
xcopy /e /i /y /q %BOOST_ROOT%\include\boost-1_61\boost %BOOST_ROOT%\boost
popd
if %ERRORLEVEL% NEQ 0 goto ERROR
call .\build.bat thirdparty
if %ERRORLEVEL% NEQ 0 goto ERROR
date /t > thirdparty.cached & time /t >> thirdparty.cached
echo.
echo Thirdparty libraries installed.
echo.
goto EXIT
) else (
echo.
echo Last build date of cache is
type thirdparty.cached
echo.
goto EXIT
)
:ERROR
set EXITCODE=%ERRORLEVEL%
:EXIT
exit /b %EXITCODE%
C++
1
https://gitee.com/ivu99/librime.git
git@gitee.com:ivu99/librime.git
ivu99
librime
librime
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891