updated manual to 4.7.0
[xboard.git] / manual / html_node / zic2xpm.html
1 <html lang="en">
2 <head>
3 <title>zic2xpm - XBoard</title>
4 <meta http-equiv="Content-Type" content="text/html">
5 <meta name="description" content="XBoard">
6 <meta name="generator" content="makeinfo 4.13">
7 <link title="Top" rel="start" href="index.html#Top">
8 <link rel="up" href="Other-programs.html#Other-programs" title="Other programs">
9 <link rel="prev" href="Crafty.html#Crafty" title="Crafty">
10 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
11 <meta http-equiv="Content-Style-Type" content="text/css">
12 <style type="text/css"><!--
13   pre.display { font-family:inherit }
14   pre.format  { font-family:inherit }
15   pre.smalldisplay { font-family:inherit; font-size:smaller }
16   pre.smallformat  { font-family:inherit; font-size:smaller }
17   pre.smallexample { font-size:smaller }
18   pre.smalllisp    { font-size:smaller }
19   span.sc    { font-variant:small-caps }
20   span.roman { font-family:serif; font-weight:normal; } 
21   span.sansserif { font-family:sans-serif; font-weight:normal; } 
22 --></style>
23 </head>
24 <body>
25 <div class="node">
26 <a name="zic2xpm"></a>
27 <p>
28 Previous:&nbsp;<a rel="previous" accesskey="p" href="Crafty.html#Crafty">Crafty</a>,
29 Up:&nbsp;<a rel="up" accesskey="u" href="Other-programs.html#Other-programs">Other programs</a>
30 <hr>
31 </div>
32
33 <h3 class="section">12.5 zic2xpm</h3>
34
35 <p>The &ldquo;zic2xpm&rdquo; program is used to import chess sets from the ZIICS(*)
36 program into XBoard. &ldquo;zic2xpm&rdquo; is part of the XBoard distribution. 
37 ZIICS is available from:
38
39    <p>ftp://ftp.freechess.org/pub/chess/DOS/ziics131.exe
40
41    <p>To import ZIICS pieces, do this:
42      <dl>
43 <dt>1. Unzip ziics131.exe into a directory:<dd>
44      <pre class="example">          unzip -L ziics131.exe -d ~/ziics
45 </pre>
46      <br><dt>2. Use zic2xpm to convert a set of pieces to XBoard format.<dd>
47 For example, let's say you want to use the
48 FRITZ4 set. These files are named &ldquo;fritz4.*&rdquo; in the ZIICS distribution.
49
50      <pre class="example">          mkdir ~/fritz4
51           cd ~/fritz4
52           zic2xpm ~/ziics/fritz4.*
53 </pre>
54      <br><dt>3. Give XBoard the &ldquo;-pixmap&rdquo; option when starting up, e.g.:<dd>
55      <pre class="example">          xboard -pixmap ~/fritz4
56 </pre>
57      </dl>
58
59    <p>(*) ZIICS is a separate copyrighted work of Andy McFarland. 
60 The &ldquo;ZIICS pieces&rdquo; are copyrighted works of their respective
61 creators. Files produced by &ldquo;zic2xpm&rdquo; are for PERSONAL USE ONLY
62 and may NOT be redistributed without explicit permission from
63 the original creator(s) of the pieces.
64
65    </body></html>
66