1

I'm completely new to TeX. I have installed MiKTeX on a Win XP machine (installation went fine), and now I would like to install dvipng. I need it to be able to use TeX in a flashcard program I use called Mnemosyne.

How is dvipng installed? I have downloaded 'dvipng-1.12.tar.gz', and when I extract it I get a folder and a bunch of files which I have no idea what to do with.

Could anyone help me?

Many thanks,

JD

JDelage
  • 807

2 Answers2

2

You shouldn't have to install dvipng separately from MiKTeX

0

The files in dvipng are the source code and build files you need to build dvipng on your computer. It uses configure, so on Windows XP, you'll need cygwin or a similar gnu/linux/*nix system to do anything with this. You'll also need a c compiler, which you can get as part of cygwin. That's going to be a lot of software for 1 converter.

I would recommend another tool. I use imagemagick a lot, but I think you'd have to use dvips (should be incl. in MikTeX) to create a postscript file first, then imagemagick could convert it to png.

DaveParillo
  • 14,761