-----Original Message----- From: Aaron Spike [mailto:aaron@...749...] Sent: Thursday, April 02, 2009 03:30 To: Engelen, J.B.C. (Johan) Cc: inkscape-devel@lists.sourceforge.net Subject: Re: [Inkscape-devel] Affine Transformations in Python
J.B.C.Engelen@...1578... wrote:
I decided to work on this this evening, the result: http://wiki.inkscape.org/wiki/index.php/Lib2geom_py2geom Windows users can download binaries that I built :-) Turns
out it is
pretty easy on windows anyway :-O Have fun with py2geom guys!
That's fantastic. Could you tell us how you did it? (Or better yet, write it up in the wiki?) I hope this gets more people interested in working on py2geom. It would be very exciting to see the wrapper mature.
It's already in the wiki for quite a while :) http://wiki.inkscape.org/wiki/index.php/Lib2geom_FAQ 2geom's cmake script does all the work of building (and installing if you want) py2geom, once you have figured out how to make the "boost-python-binary". Back then I sent a mail to ishmal about putting the "boost-python-binary" in our devlibs, but I guess it got snowed under. And I forgot about it too. So the 'work' of last evening was not actually making py2geom build or work; it was writing something about py2geom on the wiki and finding a place where to put the binaries.