PDA

View Full Version : what is the order?


StOoZ
August 14th, 2008, 07:34 PM
I have my source program , I wrote it in C++ , used wxwidgets + taglib and some STL.
now , I would like to make a deb package.
how to do it?

and , should I first create a makefile(how?) then do a ./configure .. make ... checkinstall?
btw, can I include all the dependencies in the deb file? is it recommended?

I have no idea how to do it..

thanks,