diff options
author | Konstantin <rilian-la-te@users.noreply.github.com> | 2018-03-07 00:06:25 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 00:06:25 +0300 |
commit | 070934e0d267e56897f3ffbe14ae14be126144ed (patch) | |
tree | f7c359147b1e47ed1418e058d82b7769abbac06e | |
parent | 1a46518344ed7d1f5f92ae601a5cecdf5731ea02 (diff) | |
download | musl-locales-070934e0d267e56897f3ffbe14ae14be126144ed.tar.gz musl-locales-070934e0d267e56897f3ffbe14ae14be126144ed.tar.bz2 musl-locales-070934e0d267e56897f3ffbe14ae14be126144ed.tar.xz musl-locales-070934e0d267e56897f3ffbe14ae14be126144ed.zip |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,6 +1,10 @@ # 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) @@ -9,7 +13,3 @@ Locale program for musl libc - CMake backend provider (make or ninja) *For alpine, you can use this command:* ```apk add --update cmake make musl-dev gcc gettext-dev libintl``` - -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. |