Browse Source

Add a _really_ basic README outlining building/using uClibc.

Manuel Novoa III 23 years ago
parent
commit
81c61f3745
1 changed files with 9 additions and 0 deletions
  1. 9 0
      README

+ 9 - 0
README

@@ -0,0 +1,9 @@
+To build uClibc,
+
+1) cp ./extra/Configs/Config.<your arch> ./Config
+2) Edit ./Config for your setup.
+3) make
+4) As root, make install
+
+To compile programs with uClibc, use the gcc wrapper <arch>-uclibc-gcc
+installed in $(INSTALL_DIR)/usr/bin/ (see extra/gcc-uClibc).