SlackBuildsOrg/development/kForth-32
Willy Sudiarto Raharjo 327dda4c92
development/kForth-32: Mark for i586 only.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2024-05-04 21:45:09 +07:00
..
doinst.sh
kForth-32.desktop
kForth-32.info
kForth-32.SlackBuild
README
slack-desc

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

kForth is an implementation of the Forth programming language
and environment. The user may write Forth programs with an editor,
load these program files from kForth, and run them.

kForth provides a large subset of the Forth-2012 specification for 
the Forth language. It also provides some extensions and non-standard
features which its authors have found to be useful.
Experienced Forth users should consult the Technical Information 
section of the Users Guide for specific information on the 
differences between kForth and Forth-2012.

You may specify a specific directory in which kforth will search
for .4th files not found in the current directory. The environment
variable KFORTH_DIR must be set to this directory.
For example, add the following lines to your .bash_profile file:

    KFORTH_DIR=~/kforth/kForth-32-x.y.z/forth-src
    export KFORTH_DIR

if you want to override the default location on 
KFORTH_DIR=/usr/share/kForth-32

kForth-32 is designed to be installed on a 32-bit linux operating
system.
It will not install on 64-bit Slackware unless multilib support is
installed.