how to make a *.deb package from source
claydoh
claydoh at claydoh.com
Mon Jan 1 00:40:51 UTC 2007
On Sunday 31 December 2006 7:30 pm, Larry Hartman wrote:
> 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
./confgure
make
sudo checkinstall
that's all you need, though sometimes ./configure needs some options, so it is
a good idea to first run
./configure --help
to see if there are any options you need/want to set once you get comfortable
with the process
--
Clay Weber
http://kubuntuforums.net
http://claydoh.com
http://emacdogsports.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <https://lists.ubuntu.com/archives/kubuntu-users/attachments/20061231/bb834b95/attachment.sig>
More information about the kubuntu-users
mailing list