Skip to content

Latest commit

 

History

History
59 lines (48 loc) · 1.59 KB

README-windows.md

File metadata and controls

59 lines (48 loc) · 1.59 KB

Rime with Windows

Prerequisites

librime is tested to work on Windows with the following build tools and libraries:

Python>=2.7 is needed to build opencc dictionaries.

You may need to update Boost when using a higher version of VS.

You can also build third-party libraries manually, by following instructions in the build script.

Get the code

git clone --recursive https://github.com/rime/librime.git

or download from GitHub.

Setup a build environment

Copy env.bat.template to env.bat and edit the script according to your setup. Specifically, make sure BOOST_ROOT is set to the path to Boost source directory; modify CMAKE_GENERATOR and PLATFORM_TOOLSET if using a different version of Visual Studio; set DEVTOOLS_PATH for build tools installed to a custom location.

When prepared, run the following commands in a Developer Command Prompt window.

Build Boost

build.bat boost

Build third-party libraries

build.bat thirdparty

This builds dependent libraries in thirdparty\src\*, and copies artifacts to thirdparty\lib and thirdparty\bin.

Build librime

build.bat librime

This creates build\lib\Release\rime.dll.

Try it in the console

copy /Y build\lib\Release\rime.dll build\bin
cd build\bin
echo "congmingdeRime{space}shurufa" | Release\rime_api_console.exe > output.txt