Explorar el Código

Add a _really_ basic README outlining building/using uClibc.

Manuel Novoa III hace 23 años
padre
commit
81c61f3745
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  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).