diff options
author | Konstantin <ria.freelander@gmail.com> | 2017-11-18 18:26:08 +0300 |
---|---|---|
committer | Konstantin <ria.freelander@gmail.com> | 2017-11-18 18:26:08 +0300 |
commit | e8f7e6f1b4ee5d468d490d46eff26b723408b41c (patch) | |
tree | 0e1caf3d5816d4d4f67ce5819ebcbef1d5c2b9da | |
parent | 34869e92bbdef4a2277f41ef82cb2d23557268f2 (diff) | |
parent | 049c75cf7e264cb257fa5783dca50cfc030ae323 (diff) | |
download | musl-locales-e8f7e6f1b4ee5d468d490d46eff26b723408b41c.tar.gz musl-locales-e8f7e6f1b4ee5d468d490d46eff26b723408b41c.tar.bz2 musl-locales-e8f7e6f1b4ee5d468d490d46eff26b723408b41c.tar.xz musl-locales-e8f7e6f1b4ee5d468d490d46eff26b723408b41c.zip |
Merge branch 'master' of https://github.com/rilian-la-te/musl-locales
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..a1f2f76 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# 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. |