Kyle P Davis 3fc5fe5f28 rm $rig env var requirement in tools and Makefile 11 years ago
..
doc e84a669a56 initial import of uncompressed RIGAL files from Mikhail Auguston <maugusto@nps.edu> 11 years ago
examples e84a669a56 initial import of uncompressed RIGAL files from Mikhail Auguston <maugusto@nps.edu> 11 years ago
include e84a669a56 initial import of uncompressed RIGAL files from Mikhail Auguston <maugusto@nps.edu> 11 years ago
lint 30034285af rm generated lint/xd file 11 years ago
src 3fc5fe5f28 rm $rig env var requirement in tools and Makefile 11 years ago
test e84a669a56 initial import of uncompressed RIGAL files from Mikhail Auguston <maugusto@nps.edu> 11 years ago
.gitignore 8a454fddb3 ignore src/Makefile output 11 years ago
README.md 9ae00fcbf3 minor tweak to rigsc readme 11 years ago

README.md

RIGAL for UNIX.

Includes RIGAL to C compiler, examples, detailed language description and user guide.

See the doc/ folder for more information on RIGAL in general

Prerequisites

Mac OS X

  1. install Xcode and the developer tools, if you haven't already

Ubuntu Linux

  1. sudo apt-get install build-essential gcc-multilib csh

Build

cd ${RIGAL}/rigsc.446/src
export rig="$PWD/../bin"
export C_INCLUDE_PATH="/usr/include/malloc/"  # for Mac OS X
make

NOTE: currently there are errors when testing rigcrf but most things appear to work anyhow