According to Sean Winters:
> 
> Is there any resource I can hit to get information on how to accomplish
> program compiles and installation???
> 

There's no single resource, other than mailing lists, and you don't want
to be hitting that :-)

If you truly want to compile and install (most people just want to install),
the easiest way by far is

        Copy a source rpm (i.e. file that ends .src.rpm) into /usr/tmp.
        Type
                rpm --rebuild file.src.rpm      # change name to taste
                cd /usr/src/redhat/RPMS/i386
                rpm -U --force file.src.rpm

and that's it. (Note: the --force is only necessary to re-install)

Watching what happens will show you a lot ...

73 de Jeff

-- 
Jeff Johnson    ARS N3NPQ
[EMAIL PROTECTED]
Gaithersburg, MD


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to