summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKonstantin <ria.freelander@gmail.com>2018-03-08 03:19:39 +0300
committerKonstantin <ria.freelander@gmail.com>2018-03-08 03:19:39 +0300
commit8728f6616bf69a8afa33e989b13ba9778b851d01 (patch)
treee4817041488cfcaec013e9d84178a5a295220315 /README.md
parentbfc445b2d5e82e05b2e9b0f3e591c5add176f5fa (diff)
parent070934e0d267e56897f3ffbe14ae14be126144ed (diff)
downloadmusl-locales-8728f6616bf69a8afa33e989b13ba9778b851d01.tar.gz
musl-locales-8728f6616bf69a8afa33e989b13ba9778b851d01.tar.bz2
musl-locales-8728f6616bf69a8afa33e989b13ba9778b851d01.tar.xz
musl-locales-8728f6616bf69a8afa33e989b13ba9778b851d01.zip
Merge branch 'master' of https://github.com/rilian-la-te/musl-locales
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index a1f2f76..0fd8953 100644
--- a/README.md
+++ b/README.md
@@ -4,3 +4,12 @@ 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```