how to make a *.deb package from source
Larry Hartman
larryhartman50 at bellsouth.net
Mon Jan 1 00:30:35 UTC 2007
What order of steps should I take?
./configure
make
sudo make install
sudo checkinstall make install
I am wondering if i should do it in this fashion instead?
./configure
make
sudo checkinstall make install
and skip the "sudo make install" step.
Larry
On Sunday 31 December 2006 18:39, Tez wrote:
> Larry Hartman wrote:
> > 1. Oops, apologies, not intentional.
>
> No problem, we all make mistakes :-)
>
> > 2. Thanx. I guessed there was a fairly simple way of doing this, but
> > what I could find in the forums only discussed it in conjunction of
> > adding projects to online repositories, etc--all I wanted was something
> > for myself.
>
> Like I said, there are quite a few ways, the way I said is good if you
> want a deb package that you are going to install anyway. But there are
> other ways too, each more complex than the last :-P but useful in their
> own ways
>
> > Larry
>
> Tez
More information about the kubuntu-users
mailing list