- From: Cameron McCormack <cam@mcc.id.au>
- Date: Wed, 13 Aug 2008 11:09:09 +1000
- To: public-svg-wg@w3.org
Hi Andrew.
Andrew Emmons:
> During the marathon telcon today I was working on my uDOM actions and
> needed to re-publish. I could not get the publish.pl script to work
> under windows and cygwin. Have you tried these tools on a windows
> machine? Do you have any configuration tips?
I’ve just tried to get it working under cygwin, and this is what I had
to do:
* From the cygwin setup program, select the following packages for
installation:
gcc
libiconv
libxml2
libxslt
make
perl
rsync
* From a cygwin shell, install some Perl modules with the following
command:
perl -MCPAN -e'install XML::LibXML XML::SAX::Writer File::Slurp'
If you have a JDK installed, it should be available from the path in
cygwin already, so I don’t think you need to do anything special to make
that work.
If you get any errors with the above, or if the above worked but running
‘make’ from the publish/ directory gives any errors, let me know what
they are.
Cameron
--
Cameron McCormack ≝ http://mcc.id.au/
Received on Wednesday, 13 August 2008 01:09:55 UTC