Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: build boost::locale for charcode in clang win #703

Merged
merged 1 commit into from
Sep 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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