Warning, /graphics/glaxnimate/external/potrace/README-WIN is written in an unsupported language. File is not indexed.

0001 
0002            POTRACE - transform bitmaps into vector graphics
0003 
0004                           README for Windows
0005   _________________________________________________________________
0006 
0007 This file contains instructions specific to the pre-compiled Windows
0008 distribution of Potrace. Please see the general README file and the
0009 man page for general information on usage, how to compile Potrace,
0010 etc.
0011 
0012 
0013 INSTALLATION for Windows:
0014 =========================
0015 
0016 Download the file potrace-XXX.win32.zip (or potrace-XXX.win64.zip if
0017 you want the 64-bit version).  Unpack it with your favorite unzipping
0018 tool, such as unzip, 7-Zip, WinZip, or just right-clicking on the
0019 file.
0020 
0021 If you have "tar" and "gunzip" installed, you may also get the tar.gz
0022 file instead of the zip file.
0023 
0024 The distribution includes the executable programs potrace.exe and
0025 mkbitmap.exe. You need to move these files to a place where Windows
0026 looks for programs, for example C:\WINDOWS. Alternatively, you can
0027 amend your PATH environment variable, by adding something like the
0028 following line to C:\AUTOEXEC.BAT:
0029 
0030         PATH=%PATH%;C:\DIRECTORY\WHERE\FILES\ARE
0031 
0032 
0033 RUNNING:
0034 ========
0035 
0036 For non-Windows specific usage information, see the file README.
0037 
0038 Potrace on Windows runs in much the same way as under Linux and other
0039 Unix-like operating systems. You must run Potrace from the command
0040 line (also known as the MSDOS Prompt). File names can be given in Unix
0041 style or Windows style, thus the following will both work:
0042 
0043  potrace h:/data/file.txt
0044  potrace h:\data\file.txt
0045 
0046 Wildcards can also be used, as in:
0047 
0048  potrace h:\data\*.*
0049  potrace h:/data/*.*