blob: a57541c6755bbead67de9cb0eba50354476eed47 [file] [log] [blame]
Rich Felker0b44a032011-02-12 00:22:29 -05001
2musl libc - a new standard library to power a new generation of
3Linux-based devices. musl is lightweight, fast, simple, free, and
4strives to be correct in the sense of standards-conformance and
5safety.
6
7musl is an alternative to glibc, eglibc, uClibc, dietlibc, and klibc.
8For reasons why one might prefer musl, please see the FAQ and libc
9comparison chart on the project website,
10
11 http://www.etalabs.net/musl/
12
13For installation instructions, see the INSTALL file.
14
15Please refer to the COPYRIGHT file for details on the copyright status
16of code included in musl, and the COPYING file for the license (LGPL)
17under which the library as a whole is distributed.
18
19
20
21Greetings libc hackers!
22
23This package is an _alpha_ release of musl, intended for the curious
24and the adventurous. While it can be used to build a complete small
25Linux system (musl is self-hosted on the system I use to develop it),
26at this point doing so requires a lot of manual effort. Nonetheless, I
27hope low-level Linux enthusiasts will try out building some compact
28static binaries with musl using the provided gcc wrapper (which allows
29you to link programs with musl on a "standard" glibc Linux system),
30find whatever embarassing bugs I've let slip through, and provide
31feedback on issues encountered building various software against musl.
32
33Please visit #musl on Freenode IRC or contact me via email at dalias
34AT etalabs DOT net for bug reports, support requests, or to get
35involved in development. As this has been a one-person project so far,
36mailing lists will be setup in due time on an as-needed basis.
37
38Thank you for trying out musl.
39
40Cheers,
41
42Rich Felker / dalias
43
44