Help for this page
cd /usr/src (this is the standard location for source code) wget http://some.site.com/blah/software-1.01.tar.gz (we need to get th +e tarball) ... make (compile) make test (test) make install (install ;-)
[root@devel3 dat]# cd /usr/src ... /usr/bin/install -c -m 644 ./doc/xmlwf.1 /usr/local/man/man1 [root@devel3 expat-1.95.8]#