1
0

README 1.6 KB

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