Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rilian-la-te authored Mar 6, 2018
1 parent 1a46518 commit 070934e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.

0 comments on commit 070934e

Please sign in to comment.