1
0
Fork 0
mirror of https://github.com/ganelson/inform.git synced 2024-07-05 16:44:21 +03:00
inform7/inblorb/Tests/Assistants/blorblib/readme
2019-02-05 00:44:07 +00:00

30 lines
1.1 KiB
Plaintext

Blorblib version 1.0.2
Designed by Andrew Plotkin <erkyrath@eblong.com>
http://www.eblong.com/zarf/blorb/index.html
This package contains:
readme: This file.
blorblib.txt: Documentation for blorblib.
blorb.h: The header for blorblib, suitable for including in an interpreter.
blorblib.c: The source code for blorblib.
blorblow.h: Low-level definitions for blorblib.
blorbscan.c: A program to read and analyze Blorb files.
To compile blorbscan, do
gcc -o blorbscan blorbscan.c blorblib.c
or the equivalent. Run the program with no arguments to see a list of
options, or give it the name of a Blorb file.
To add blorblib to a Z-machine interpreter, see blorblib.txt.
The source code in this package is copyright 1998-2000 by Andrew
Plotkin. You may copy and distribute it freely, by any means and under
any conditions, as long as the code and documentation is not
changed. You may also incorporate this code into your own program and
distribute that, or modify this code and use and distribute the
modified version, as long as you retain a notice in your program or
documentation which mentions my name and the URL shown above.