GithubHelp home page GithubHelp logo

j-jorge / libintl-lite Goto Github PK

View Code? Open in Web Editor NEW
14.0 4.0 13.0 36 KB

This is a friendly fork of libintl-lite, a simple (but less powerful) GNU gettext libintl replacement

License: Boost Software License 1.0

Shell 6.80% C++ 67.71% C 19.83% CMake 5.67%

libintl-lite's Introduction

libintl lite

libintl-lite is a simple (but less powerful) GNU gettext libintl replacement originally written by felixhaedicke and released on SourceForge.net: http://sourceforge.net/projects/libintl-lite/

The library does not depends upon any library except the standard C++ library and the STL, thus making it well suited for platforms like Android.

Build with Android NDK and cmake

Build script is configured via environment variables, but you can always override them in command line:

ANDROID_SDK_ROOT="/path/to/android/sdk" \
ANDROID_NDK_ROOT="/path/to/android/ndk" \
ANDROID_SDK_CMAKE_VERSION="3.18.1" \
ANDROID_PLATFORM="21" \
ANDROID_ABI="armeabi-v7a,arm64-v8a" \
./build-android-cmake.sh

Where ANDROID_SDK_ROOT is path to Android SDK, it should contain proper version of cmake. ANDROID_NDK_ROOT is path to Android NDK, can be $ANDROID_SDK_ROOT/ndk/<version>. ANDROID_ABI is comma separated list, eg armeabi-v7a,arm64-v8a,x86,x86_64.

Build artifacts are stored in out/libintl-lite/<arch>. You can use them via find_package(LibIntl) as normal cmake packages.

Where to get help?

Issues should be reported on the project's page on GitHub: https://github.com/j-jorge/libintl-lite

For general questions, send an email to [email protected].

Legal information

The software is licensed under the version 1 of the Boost Software License.

See the accompanying LICENSE file for details.

libintl-lite's People

Contributors

aleixpol avatar cordlandwehr avatar eagleoflqj avatar j-jorge avatar jrtc27 avatar rocka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  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.