|
|
11 years ago | |
|---|---|---|
| .. | ||
| doc | 11 years ago | |
| examples | 11 years ago | |
| include | 11 years ago | |
| lint | 11 years ago | |
| src | 11 years ago | |
| test | 11 years ago | |
| .gitignore | 11 years ago | |
| README.md | 11 years ago | |
Includes RIGAL to C compiler, examples, detailed language description and user guide.
See the doc/ folder for more information on RIGAL in general
sudo apt-get install build-essential gcc-multilib cshcd ${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