diff options
author | Konstantin <rilian-la-te@users.noreply.github.com> | 2018-03-07 00:05:52 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-07 00:05:52 +0300 |
commit | 1a46518344ed7d1f5f92ae601a5cecdf5731ea02 (patch) | |
tree | c97eaacf9a5aac92dfa3eb05db633631bd98bd4c | |
parent | e01dec2dd8786449fac75fe88a405f35e1cb382f (diff) | |
download | musl-locales-1a46518344ed7d1f5f92ae601a5cecdf5731ea02.tar.gz musl-locales-1a46518344ed7d1f5f92ae601a5cecdf5731ea02.tar.bz2 musl-locales-1a46518344ed7d1f5f92ae601a5cecdf5731ea02.tar.xz musl-locales-1a46518344ed7d1f5f92ae601a5cecdf5731ea02.zip |
Update README.md (fixed #4)
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,6 +1,15 @@ # Locales support for musl Locale program for musl libc +## 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``` + 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. |