Help for this page

Select Code to Download


  1. or download this
    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 ;-)
    
  2. or download this
    [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]#