Skip to content

Commit

Permalink
Improve handling of system ICU on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ntadej committed Oct 29, 2023
1 parent b8672ab commit 4b33e39
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,7 @@ jobs:
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
-DCMAKE_C_COMPILER_LAUNCHER="ccache" \
-DCMAKE_CXX_COMPILER_LAUNCHER="ccache" \
-DCMAKE_INSTALL_PREFIX="../install" \
-DMLN_QT_WITH_INTERNAL_ICU=ON
-DCMAKE_INSTALL_PREFIX="../install"
ninja
ninja install
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ ninja
ninja install
```

### Linux

Note that when using the system ICU library standalone Qt installation using
installer is ignored. If you want to use that you need to make sure that your
system ICU is not too new as it may prevent your app from running on older
versions of Linux. Alternatively you can use internally bundled ICU with the
`-DMLN_QT_WITH_INTERNAL_ICU=ON` CMake option.

### macOS

Add the following arguments to the CMake call:
Expand Down
2 changes: 1 addition & 1 deletion vendor/maplibre-native

0 comments on commit 4b33e39

Please sign in to comment.