summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-06-20 16:22:35 +0000
committerEric Andersen <andersen@codepoet.org>2002-06-20 16:22:35 +0000
commit27a8dc04a55d28f95bee708079de5a6b009e4149 (patch)
tree556ec0ad76a5084a4219b14a00df9b4a4373176f /README
parentbd64b2ab880c9f0f27e53d672e602d4c391f6326 (diff)
Update the README a bit
-Erik
Diffstat (limited to 'README')
-rw-r--r--README32
1 files changed, 22 insertions, 10 deletions
diff --git a/README b/README
index 6511c9f12..369fe0b9b 100644
--- a/README
+++ b/README
@@ -2,16 +2,28 @@
uClibc - a Small C Library for Linux
Erik Andersen <andersen@codepoet.org>
-uClibc (aka µClibc/pronounced yew-see-lib-see) is a size-optimized
-implementation of the standard C library. It is primarily designed
-for developing embedded Linux systems. It is much smaller then the
-GNU C Library, but nearly all applications supported by glibc also
-work perfectly with uClibc. Porting applications from glibc to
-uClibc typically involves just recompiling the source code. uClibc
-even supports shared libraries and threading. It currently runs on
-standard Linux and MMU-less (also known as µClinuxClinux) systems
-with support for ARM, i386, h8300, m68k, mips, mipsel, PowerPC, SH,
-SPARC, and v850 processors.
+uClibc (aka µClibc/pronounced yew-see-lib-see) is a C library for
+developing embedded Linux systems. It is much smaller then the
+GNU C Library, but nearly all applications supported by glibc
+also work perfectly with uClibc. Porting applications from glibc
+to uClibc typically involves just recompiling the source code.
+uClibc even supports shared libraries and threading. It currently
+runs on standard Linux and MMU-less (also known as µClinux)
+systems with support for alpha, ARM, i386, i960, h8300, m68k,
+mips/mipsel, PowerPC, SH, SPARC, and v850 processors.
+
+If you are building an embedded Linux system and you find that
+glibc is eating up too much space, you should consider using
+uClibc. If you are building a huge fileserver with 12 Terabytes
+of storage, then using glibc may be a better choice...
+
+uClibc is maintained by Erik Andersen and is licensed under the
+GNU LIBRARY GENERAL PUBLIC LICENSE . This license allows you to
+make closed source commercial applications using uClibc (Please
+consider sharing some of the money you make ;-). You do not need
+to give away all your source code just because you use uClibc
+and/or run on Linux.
+
For installation instructions, see the file INSTALL.