Code for FujiNet RS-232 Version
The current code which is built against FUJICOM reacts to the following environment variables
Variable | Default | Description |
---|---|---|
FUJI_PORT | 1 | The Serial port to use, 1, 2, 3, 4. |
FUJI_BAUD | 9600 | The Baud rate to use. |
wget https://github.com/open-watcom/open-watcom-v2/releases/download/Current-build/open-watcom-2_0-c-linux-x64
mkdir ~/openwatcom
cd ~/openwatcom
unzip ../Downloads/open-watcom-2_0-c-linux-x64
export WATCOM=~/openwatcom
export PATH=$WATCOM/binl64:$WATCOM/binl:$PATH
export EDPATH=$WATCOM/eddat
export INCLUDE=$WATCOM/h
cd fujinet-rs232
$ make clean - cleans all executables
$ make build - makes all executatbles and put into builds directory
$ make zip - makes all executables and put them into a zip in the top level directory