developer (#13) - Impovement cmake files (#94) - Message List

Impovement cmake files

Hello all,

I've update some cmake files to improvement to build process. Please see http://pgrouting.postlbs.org/ticket/92, and check my patch.

I can continue to help to improvement build process and others for pgRouting, if you need. I can also update the instructions at wiki.

Now I have a plan to prepare to make deb packages for Debian/Ubuntu. Because it was separeted between build and installation, it becomes easy to make deb, rpm and etc ...

  • Message #352

    Thanks Daniel for giving commit right to me.

    I'll commit new cmake files and update install instructions.

    • Message #354

      Thanks a lot for the patch and adding the Debian part!

      You wrote in 1.x/MakeDebPackage:

        [...]
        dpkg-buildpackage -b -rfakeroot -uc -us
        -uc and -us option means to unsign package, it is ok if you need not distribute package.
        [...]
      

      What if it should be a "signed" package? There was a  question of Debian GIS to add a pgRouting package. Does this need much extra work?