updated documentation
[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.12">
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 <p>
27 <a name="zic2xpm"></a>
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">11.5 zic2xpm</h3>
34
35 <p>\r
36 The &ldquo;zic2xpm&rdquo; program is used to import chess sets from the ZIICS(*)\r
37 program into XBoard. &ldquo;zic2xpm&rdquo; is part of the XBoard distribution.\r
38 ZIICS is available from:\r
39 \r
40 ftp://ftp.freechess.org/pub/chess/DOS/ziics131.exe\r
41 \r
42 To import ZIICS pieces, do this:\r
43      <dl>
44 <dt>1. Unzip ziics131.exe into a directory:<dd>\r
45      <pre class="example">          unzip -L ziics131.exe -d ~/ziics\r
46 </pre>
47      <br><dt>2. Use zic2xpm to convert a set of pieces to XBoard format.<dd>\r
48 For example, let's say you want to use the\r
49 FRITZ4 set. These files are named &ldquo;fritz4.*&rdquo; in the ZIICS distribution.\r
50 \r
51      <pre class="example">          mkdir ~/fritz4\r
52           cd ~/fritz4\r
53           zic2xpm ~/ziics/fritz4.*\r
54 </pre>
55      <br><dt>3. Give XBoard the &ldquo;-pixmap&rdquo; option when starting up, e.g.:<dd>\r
56      <pre class="example">          xboard -pixmap ~/fritz4\r
57 </pre>
58      <p>\r
59 Alternatively, you can add this line to your <samp><span class="file">.Xresources</span></samp> file:\r
60 \r
61      <pre class="example">          xboard*pixmapDirectory: ~/fritz4\r
62 </pre>
63      </dl>
64    \r
65 (*) ZIICS is a separate copyrighted work of Andy McFarland.\r
66 The &ldquo;ZIICS pieces&rdquo; are copyrighted works of their respective\r
67 creators. Files produced by &ldquo;zic2xpm&rdquo; are for PERSONAL USE ONLY\r
68 and may NOT be redistributed without explicit permission from\r
69 the original creator(s) of the pieces.\r
70 \r
71
72    </body></html>
73