Skip to content

Commit

Permalink
ci: build boost::locale for charcode in clang win (rime#703)
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj authored and groverlynn committed Sep 27, 2023
1 parent 1b317c6 commit 738caea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 3 additions & 9 deletions README-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,9 @@
`librime` is tested to work on Windows with the following combinations of build
tools and libraries:

- Visual Studio 2017
- [Boost](http://www.boost.org/)=1.64
- [cmake](http://www.cmake.org/)>=3.8

and

- Visual Studio 2015
- [Boost](http://www.boost.org/)=1.60
- [cmake](http://www.cmake.org/)>=3.8
- Visual Studio 2022 or LLVM 16
- [Boost](http://www.boost.org/)=1.83
- [cmake](http://www.cmake.org/)>=3.10

Boost and cmake versions need to match higher VS version.

Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Follow the instructions to build librime on platforms other than Linux:
Build dependencies
---
- compiler with C++14 support
- cmake>=2.8
- libboost>=1.48
- cmake>=3.10
- libboost>=1.74
- libglog (optional)
- libleveldb
- libmarisa
Expand Down Expand Up @@ -126,3 +126,4 @@ Contributors
- [jakwings](https://github.com/jakwings)
- [Prcuvu](https://github.com/Prcuvu)
- [hchunhui](https://github.com/hchunhui)
- [Qijia Liu](https://github.com/eagleoflqj)
1 change: 1 addition & 0 deletions build-clang.bat
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ if %build_boost% == 1 (
link=static^
runtime-link=static^
stage^
--with-locale^
--with-filesystem^
--with-system^
--with-regex || exit
Expand Down

0 comments on commit 738caea

Please sign in to comment.