Signed-off-by: Karel Zak <kzak@redhat.com>
./autogen.sh && ./configure && make
- If something fails read the last lines. Typical reason to
- fail is a missing dependency, such as libtool or gettext.
+ If something fails read the last lines. Typical reason to
+ fail is a missing dependency, such as libtool or gettext.
+
+ make install-strip
+
+ Note that on the production systems it is strongly recommended to use
+ "make install-strip" to install binaries and libraries. The result
+ from the standard "make install" may produce large binaries with
+ unnecessary symbols.
Autotools
Note: for the years 2006-2010 this project was named "util-linux-ng".
+COMPILE & INSTALL:
+
+ See Documentation/howto-compilation.txt.
+
MAILING LIST:
E-MAIL: util-linux@vger.kernel.org
Download archive:
https://www.kernel.org/pub/linux/utils/util-linux/
+ See also:
+ Documentation/howto-contribute.txt
+ Documentation/howto-build-sys.txt
+ Documentation/howto-pull-request.txt
+
SCM (Source Code Management) Repository:
Primary repository: