ddar icon indicating copy to clipboard operation
ddar copied to clipboard

Building on newer debian/ubuntu versions

Open amoghe opened this issue 9 years ago • 3 comments

I'm trying to build this on 16.04, and improvising as I go along, but I'm unable to get it to build successfully. Has anyone succeeded in building this on either 12.04/14.04/16.04?

amoghe avatar Feb 16 '17 23:02 amoghe

On Thu, Feb 16, 2017 at 03:40:35PM -0800, Akshay Moghe wrote:

I'm trying to build this on 16.04, and improvising as I go along, but I'm unable to get it to build successfully. Has anyone succeeded in building this on either 12/14/16/04?

I have builds for 12.04 and 14.04 at:

https://launchpad.net/~racb/+archive/ubuntu/extra/+packages

I'm using 16.04 and my build from 14.04 still works fine, which is the only reason I haven't tried to build it on 16.04.

basak avatar Feb 16 '17 23:02 basak

Thanks for the link to the prepackaged deb files.

I'd still like to build this locally, and here is what I did (following instructions from the wiki):

  1. install build-essential, python, python-dev, python-protobuf, python-setuptools
  2. git clone the ddar repo
  3. make / debuild ??? <-- this is where I'm unsure what to do. make doesn't seem to like the Makefile.prep?

How do I proceed in order to build the deb pkg?

amoghe avatar Feb 17 '17 01:02 amoghe

On Thu, Feb 16, 2017 at 05:32:10PM -0800, Akshay Moghe wrote:

  1. make / debuild ??? <-- this is where I'm unsure what to do. make doesn't seem to like the Makefile.prep?

On Debian or Ubuntu, just run "debuild" after installing the build dependencies. You may want "debuild -uc -us" to avoid signing the packages locally.

Pull requests to fix the documentation are welcome.

basak avatar Feb 17 '17 10:02 basak