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; }
27 <a name="zic2xpm"></a>
28 Previous: <a rel="previous" accesskey="p" href="Crafty.html#Crafty">Crafty</a>,
29 Up: <a rel="up" accesskey="u" href="Other-programs.html#Other-programs">Other programs</a>
33 <h3 class="section">11.5 zic2xpm</h3>
35 <p>The “zic2xpm” program is used to import chess sets from the ZIICS(*)
36 program into XBoard. “zic2xpm” is part of the XBoard distribution.
37 ZIICS is available from:
39 <p>ftp://ftp.freechess.org/pub/chess/DOS/ziics131.exe
41 <p>To import ZIICS pieces, do this:
43 <dt>1. Unzip ziics131.exe into a directory:<dd>
44 <pre class="example"> unzip -L ziics131.exe -d ~/ziics
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 “fritz4.*” in the ZIICS distribution.
50 <pre class="example"> mkdir ~/fritz4
52 zic2xpm ~/ziics/fritz4.*
54 <br><dt>3. Give XBoard the “-pixmap” option when starting up, e.g.:<dd>
55 <pre class="example"> xboard -pixmap ~/fritz4
57 <p>Alternatively, you can add this line to your <samp><span class="file">.Xresources</span></samp> file:
59 <pre class="example"> xboard*pixmapDirectory: ~/fritz4
63 <p>(*) ZIICS is a separate copyrighted work of Andy McFarland.
64 The “ZIICS pieces” are copyrighted works of their respective
65 creators. Files produced by “zic2xpm” are for PERSONAL USE ONLY
66 and may NOT be redistributed without explicit permission from
67 the original creator(s) of the pieces.