You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 6, 2020. It is now read-only.
for building with Arch Linux I had to change line 251 of cmake_modules/add_boost.cmake to:
find_library(Icui18nLib libicui18n.so)
find_library(IcuucLib libicuuc.so)
find_library(IcudataLib libicudata.so)
(i.e. replace .a with .so)
The text was updated successfully, but these errors were encountered:
Thanks we will look into that. I think we need to improve our linux build instructions. We did have a debian part, but it's slipped out. An Arch linux would be good to. I will try and get to the cmake issue for you though.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
for building with Arch Linux I had to change line 251 of cmake_modules/add_boost.cmake to:
find_library(Icui18nLib libicui18n.so)
find_library(IcuucLib libicuuc.so)
find_library(IcudataLib libicudata.so)
(i.e. replace .a with .so)
The text was updated successfully, but these errors were encountered: