Kyle P Davis 09f1506ac9 fix execution of test file in "make test" há 10 anos atrás
..
doc e84a669a56 initial import of uncompressed RIGAL files from Mikhail Auguston <maugusto@nps.edu> há 10 anos atrás
examples e84a669a56 initial import of uncompressed RIGAL files from Mikhail Auguston <maugusto@nps.edu> há 10 anos atrás
include e84a669a56 initial import of uncompressed RIGAL files from Mikhail Auguston <maugusto@nps.edu> há 10 anos atrás
lint 30034285af rm generated lint/xd file há 10 anos atrás
src 09f1506ac9 fix execution of test file in "make test" há 10 anos atrás
test e84a669a56 initial import of uncompressed RIGAL files from Mikhail Auguston <maugusto@nps.edu> há 10 anos atrás
.gitignore 8a454fddb3 ignore src/Makefile output há 10 anos atrás
README.md 9ae00fcbf3 minor tweak to rigsc readme há 10 anos atrás

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