summaryrefslogtreecommitdiff
path: root/README.md
blob: 6591622c456af1b22c2dad2a5511fd0455df5211 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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](LICENSE.MIT)
 - Source files for `/usr/bin/locale` uses [LGPL](LICENSE)