Git Product home page Git Product logo

icu-cmake's Introduction

ICU-CMake

CMake script supplying ICU libraries conveniently, encapsulating the ICU build system on various platforms.

See the CI configuration for examples on (cross) compiling.

Features

  • Allows usage of system ICU
  • Allows trivial and complex building of ICU
  • Allows cross compilation, especially for Android
  • Defaults to prebuilt binaries

System ICU

To use the system ICU, simply set SYSTEM_ICU=ON.

Prebuilt ICU

Default behaviour is the download of a prebuilt binary. This is only intended as a convenience for debugging purposes and NOT for production use. Available prebuilt binaries can be viewed here.

Build ICU

In order to build ICU, set BUILD_ICU=ON along with the version, for example ICU_BUILD_VERSION=61.1. For source package integrity, an optional SHA256 ICU_BUILD_HASH can be supplied.

General Cross Compile

Cross compilation is enabled using ICU_CROSS_ARCH=<architecture triplet> to specify the target.

Android Cross Compile

Android requires the cross compile triplet as well as standard Android CMake toolchain configuration options. These options are not required when using ICU-CMake from Gradle's native build system.

Usage

  1. Add ICU-CMake as a submodule to your Git project using git submodule add <URL> external/icu-cmake
  2. Initialize the submodule using git submodule update --init --recursive
  3. In your CMakeLists.txt include the directory using add_subdirectory(external/icu-cmake)
  4. Link against the icu target, which will also include the headers

Licensing

These scripts, unless otherwise stated, are subject to the MIT license.

icu-cmake's People

Contributors

roussosalex avatar kleest avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.