Locale program for musl libc
C CMake Shell
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
cmake Fix cmake install dirs (#3) Jan 28, 2018
musl-po Add de_CH (#2) Jan 24, 2018
po Add de_CH (#2) Jan 24, 2018
.gitignore First working version. May 4, 2016
CMakeLists.txt Fixed Alpine build Jan 10, 2018
LICENSE Add LICENSE Nov 18, 2017
LICENSE.MIT Added MIT license Mar 8, 2018
README.md Update README.md Mar 8, 2018
categories.c Working locale May 11, 2016
categories.h Working locale May 11, 2016
config.h.in Raspberry fixes Jun 13, 2016
locale.c Raspberry fixes Jun 13, 2016
locale.in Reduce cmake bloat Jan 10, 2018
musl.pot Raspberry fixes Jun 13, 2016

README.md

Locales support for musl

Locale program for musl libc

This is /usr/bin/locale, which works on musl libc (with limitations in musl itself). To install, use cmake . && make && sudo make install on musl-capable distro. English and Russian included, also .pot file.

Build requirements:

  • musl (with developer tools)
  • gettext (with libintl and developer tools)
  • С compiler (gcc or clang recommended)
  • CMake
  • CMake backend provider (make or ninja)

For alpine, you can use this command: apk add --update cmake make musl-dev gcc gettext-dev libintl

License

  • All translations and scripts uses MIT
  • Source files for /usr/bin/locale uses LGPL