Unleashed v1.4
[unleashed.git] / usr / src / common / ficl / ReadMe.txt
blob83e8e5e7995b0cac3995e72d38f2c6a16e2cb1fe
1 FICL 4.1.0
2 October 2010
4 ________
5 OVERVIEW
7 Ficl is a complete programming language interpreter designed to be embedded
8 into other systems (including firmware based ones) as a command, macro,
9 and development prototype language.  Ficl stands for "Forth Inspired
10 Command Language".
12 For more information, please see the "doc" directory.
13 For release notes, please see "doc/releases.html".
15 ____________
16 INSTALLATION
18 Ficl builds out-of-the-box on the following platforms:
19         * NetBSD, FreeBSD: use "Makefile".
20         * Linux: use "Makefile.linux", but it should work with
21           "Makefile" as well.
22         * Win32: use "ficl.dsw" / "ficl.dsp".
23 To port to other platforms, we suggest you start with the generic
24 "Makefile" and the "unix.c" / "unix.h" platform-specific implementation
25 files.  (And please--feel free to submit your portability changes!)
27 (Note: Ficl used to build under RiscOS, but we broke everything
28 for the 4.0 release.  Please fix it and send us the diffs!)
30 ____________
31 FICL LICENSE
33 Redistribution and use in source and binary forms, with or without
34 modification, are permitted provided that the following conditions
35 are met:
36 1. Redistributions of source code must retain the above copyright
37    notice, this list of conditions and the following disclaimer.
38 2. Redistributions in binary form must reproduce the above copyright
39    notice, this list of conditions and the following disclaimer in the
40    documentation and/or other materials provided with the distribution.
42 THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
43 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
44 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
45 ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
46 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
47 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
48 OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
49 HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
50 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
51 OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
52 SUCH DAMAGE.