blob: 76d8926feaafb1a8be633a3aaa5d91cae792ba9d [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
Rich Felker5eaa2212011-04-11 00:10:26 -040033For bug reports, support requests, or to get involved in development,
34please visit #musl on Freenode IRC or subscribe to the musl mailing
35list by sending a blank email to musl-subscribe AT lists DOT openwall
36DOT com.
Rich Felker0b44a032011-02-12 00:22:29 -050037
38Thank you for trying out musl.
39
40Cheers,
41
42Rich Felker / dalias
43
44