The Fabl Programming Language - Installation
Version 2.0.11 (Beta)

0. Systems supported

Fabl has been tested on Intel LINUX systems, including Redhat and Debian. It will not work on big-endian systems

The tarball includes a Windows executable in the bin directory called "fabl.exe". To run Fabl on Windows, open a command shell, cd to the bin directory, and type "fabl.exe".

1. Download

The Fabl tarball is available for download from http://fabl.net/downloads/fabl-2.0.11.tar.gz. This can be unzipped and untarred into any directory. The conventional locations are /usr/local or /usr/local/src.

2. Building the executable

cd to your untarred Fabl installation directory, and issue the command:

bash make_fabl.sh

Then,

cd bin
./fabl

The manual can be found at http://fabl.net/manual-2.0.11

Please contact info@fabl.net with comments or problems.