L1g3r Logo           SignalQ Sites: NetAdminTools - Coprolite - SpotBridge - NAW
RoboCoop - AreWeDown - SysAdminTools
Xfig - Gold Loaf - GeekPapa - FixGMC - FixRambler
man-pages-2.63
Topic:MCJ GNU/Linux Reference OS   Date: 2009-05-24
Printer Friendly: Print   

spacerspacer
<<  <   >  >>

Base Reference GNU/Linux Build Sequence

Source code is available here.

To compile and install, run these commands:

cd /sources/ &&
tar -xjf man-pages-2.63.tar.bz2 &&
cd man-pages-2.63 &&
make install &&
cd /sources/ &&
rm -rf man-pages-2.63

The output should look something like this:

for i in man? man??; do \
		install -d -m 755 /usr/share/man/"$i"; \
		install -m 644 "$i"/* /usr/share/man/"$i"; \
	done; \
	rm -f /usr/share/man/man1/README /usr/share/man/man1/README.gz /usr/share/man/man1/README.bz2


People:
Places:
Things:
Times:



None of this would be possible without the diligent work of the Linux From Scratch (LFS) project. A tip o' the hat to those intrepid hackers. Much of the OS buld configuration is taken directly from LFS and BLFS.