8 Star 19 Fork 6

lotem / librime

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
env.bat.template 530 Bytes
一键复制 编辑 原始数据 按行查看 历史
Qijia Liu 提交于 2023-08-20 22:03 . upgrade boost to 1.83 (#696)
rem Customize your build environment and save the modified copy to env.bat
set RIME_ROOT=%CD%
rem REQUIRED: path to Boost source directory
if not defined BOOST_ROOT set BOOST_ROOT=%RIME_ROOT%\deps\boost_1_83_0
rem architecture, Visual Studio version and platform toolset
set ARCH=Win32
set BJAM_TOOLSET=msvc-14.2
set CMAKE_GENERATOR="Visual Studio 16 2019"
set PLATFORM_TOOLSET=v142
rem OPTIONAL: path to additional build tools
rem set DEVTOOLS_PATH=%ProgramFiles%\Git\cmd;%ProgramFiles%\CMake\bin;C:\Python27;
C++
1
https://gitee.com/lotem/librime.git
git@gitee.com:lotem/librime.git
lotem
librime
librime
master

搜索帮助