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

Re: [HTCondor-users] How do I build the deb packages from source?



On 06/15/2016 04:56 AM, Jason Liu wrote:
Hi,

I managed to build HTCondor 8.4.7 from source. I ran "make install" and “make package” and I now have a .tar.gz file.

Question is how do I build the .deb packages then?

Try adding -DCONDOR_PACKAGE_BUILD:BOOL=ON to your ./configure_uw line or cmake command line, then re-run make package

-greg