Download the latest version for UNIX/Mac OS X:
res.tar.gz
(1.1 MB).
See also the precompiled
res2image
for Mac OS X on the site of Filip Vervloesem (version 0.2.3).
Download version 0.2.3 for Windows:
res2image-0.2.3.zip
(1.2 MB).
This version was generously prepared by Pierrick Brihaye and Pierre Dittgen.
Instructions under UNIX and Mac OS X
Download res.tar.gz to some directory and cd to that
directory.
If your C compiler is not called gcc, try editing the line
CC=gcc
in src/Makefile accordingly,
e.g. replace gcc by cc.
In any case, you may get many compiler warnings. These can be safely ignored.
The executable file is now called: res2image. Let us assume
this is in directory: /my_directory
Choose a directory mentioned in the
value of the PATH variable. Alternatively, create some directory,
and add it to the PATH variable.
Let us assume this directory is called: /usr/bin
The value of the PATH variable can be determined by: echo $PATH
Execute: cd /usr/bin
Using any editor, create a file (shell script)
that is also called res2image, which contains just one line:
/my_directory/res2image $*
Execute: chmod +x res2image
possible problems on Mac OS X (also Arch Linux)
If make fresh fails, there are two possible cures:
Maybe makedepend is installed but not included in the value of the PATH
variable, and not in /usr/X11R6/bin.
If this applies, try to find it elsewhere (or if necessary download it).
Add the path to the PATH variable and try again.
Instead of make fresh, just execute: make.
This suffices if you do not intend to change the source code.
Instructions under Windows
Download and unzip. Compilation is not necessary.
As I have no access to Microsoft products, I cannot offer
further support for this version.
Versions
Version 0.3 (2005-08-08): Implements RES 0.3.
Other changes:
Options -lr, -rl,
-tblr, -tbrl, -lrspec
have been renamed to
-hlr, -hrl,
-vlr, -vrl, -hlrspec.
New options
-h, -v, -lr, -rl,
have been added.
In the fonts file, lrspec, rlspec,
tblrspec, tbrlspec were replaced by
hlr, hrl, vlr, vrl.
Option -tiff was changed to -tif.
Version 0.2.3 (2005-04-28):
Minor corrections to generation and interpretation of REScode.
Minor correction to scaling of boxes.
Slight improvement to Makefile, to simplify installation on Mac OS X.
Hieroglyphic fonts now with Unicode encoding.
Version 0.2.2 (2004-10-4):
Last release came with wrong type of font. Now corrected.
Version 0.2.1 (2004-9-25):
Typo corrected in copyright notices.
Output is flushed, to allow interaction with external software.
Corrected bug concerning empty REScode.
Small addition to Makefile to allow compilation on Mac OS X.
Corrected mistakes in hieroglyphic fonts.
Version 0.2 (2004-5-7): Implements RES 0.2.
Other changes:
New option -code has been added, and REScode is accepted
as input.
Option -size has been renamed to -fontsize.
New option -size has been added.
The order of the sizes of margins in the output
has been changed.
Several bugs were removed.
Version 0.1 (2002-6-26): First official release. Implements RES 0.1.