diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2001-06-11 13:52:43 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2001-06-11 13:52:43 +0000 |
commit | 68822fc77d6304f559f06acbd0d471716a43c383 (patch) | |
tree | ac14343d13c0596395e059a8444e95014e7a8e23 /README | |
parent | d6c19a6e1a1921de26de77e2f3e6a1eaa19b6e73 (diff) |
Fix bug in ldso/util/Makefile introduced when Erik added the readelf app.
It didn't show up if a previous install was done. This would have been
fixed two days ago if the initial bug report had been anything close to
lucid. :-( Also changed ldconfig back to staticly linked and update the
README file.
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -1,13 +1,17 @@ -To build uClibc, +To build and install the uClibc development environment, 1) cp ./extra/Configs/Config.<your arch> ./Config 2) Edit ./Config for your setup. 3) make -4) As root, make install +4) make install_dev (as root if necessary, depending on your Config) + + +To install the runtime environment, + make install_target (again, as root if necessary) To compile programs with uClibc, -export PATH={uClibc DEVEL_PREFIX/ROOT_DIR}/bin:$PATH + export PATH={uClibc DEVEL_PREFIX/ROOT_DIR}/bin:$PATH and then just ./configure and make as usual. |