summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 0 insertions, 22 deletions
diff --git a/README.md b/README.md
deleted file mode 100644
index 7df62af..0000000
--- a/README.md
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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)
-
-Now musl-locales in community repo of Alpine Linux) \ No newline at end of file