Am 08.08.2016 um 16:02 schrieb Tavmjong Bah:
    
      Here's some info on how to do a CMake build:
http://wiki.inkscape.org/wiki/index.php/CMake
    
    
    Could somebody with CMake experience add some information (e.g. in
    the article mentioned above) on how to properly do things like
    
      - Create the distribution directory
       
      - Build from scratch (i.e. "make clean")
 
      - Build without re-compiling unchanged files
 
      - Re-build after cmake files have changed (preferably without
        re-compiling unchanged files)
 
    
    Also debugging techniques when using CMake would be welcome (e.g.
    how do I re-build in the shortest time possible when I'm only
    changing one single source file?).
    Basically CMake builds have worked for me on Windows once after
      checking out the Bazaar repository but not a second time after
      that. So far I mostly found myself resetting the repository after
      one CMake build to start fresh after that... It seems to be a lot
      less straightforward then autotools-based builds or btool builds.
    
    
      Regards,
      Eduard