Hmm, I believe I have all the dependencies in place, but I get this error when trying to run the configure script:
./configure: line 5967: syntax error near unexpected token `2.2'
./configure: line 5967: `LT_PREREQ(2.2)’
The surrounding code is:
# Initialize libtool
LT_PREREQ(2.2)
LT_INIT
Not sure I know what to make of it.
Martin, the website looks awesome. I do think though that the mac section should have the grey boxes around the code just like the windows and linux sections.
On Wed, Oct 15, 2014 at 1:23 PM, Martin Owens <doctormo@...400...> wrote:
On Wed, 2014-10-15 at 10:51 -0400, Liam White wrote:
...
- Run it:
inst/bin/inkscape
These are great instructions Liam, so good I've swapped out the webpage's MacOSX instructions from 'coming soon' to this :-) http://inkscape.org/en/develop/getting-started/ Also, someone please add something to this page, it makes us look like we don't know how to debug inkscape: http://inkscape.org/en/develop/debugging/ Martin,