From 81c61f3745dc07a01443ea02b31a62a6057065d7 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 28 May 2001 14:44:55 +0000 Subject: Add a _really_ basic README outlining building/using uClibc. --- README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 000000000..abfc2b553 --- /dev/null +++ b/README @@ -0,0 +1,9 @@ +To build uClibc, + +1) cp ./extra/Configs/Config. ./Config +2) Edit ./Config for your setup. +3) make +4) As root, make install + +To compile programs with uClibc, use the gcc wrapper -uclibc-gcc +installed in $(INSTALL_DIR)/usr/bin/ (see extra/gcc-uClibc). -- cgit v1.2.3