瀏覽代碼

add rigsc build instructions

Kyle P Davis 11 年之前
父節點
當前提交
f27681b5a2
共有 1 個文件被更改,包括 28 次插入0 次删除
  1. 28 0
      rigsc.446/README.md

+ 28 - 0
rigsc.446/README.md

@@ -0,0 +1,28 @@
+# 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
+
+
+## Build
+
+
+### 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
+
+```bash
+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