[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

Re: How to make .rpm packages from the source code?



On Fri, Jan 09, 2004 at 11:06:14AM +0800, Yan Peng wrote:
> redhat-install-list:
> 
> 	 I often download the source code of some tools and then make and install it. But I don't know how to compile the source code into .rpm package?
> 	Would you please give me some advice?
> 
>  				
> 
> Yan Peng
> yanpeng mx cei gov cn
> 2004-01-09

There's not really any reason to turn it into an RPM.  I recommend you
take the defaults and

  ./configure
  make
  make install # as root

That will install it in the /usr/local directory tree.

If you really must make an RPM, study the HOWTO for it:

http://en.tldp.org/HOWTO/RPM-HOWTO/index.html

Cheers,
-- 
Bob McClure, Jr.             Bobcat Open Systems, Inc.
robertmcclure earthlink net  http://www.bobcatos.com
Here is a test to find whether your mission on earth is finished:
 if you're alive, it isn't.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]