|
@@ -4,19 +4,16 @@ Includes RIGAL to C compiler, examples, detailed language description and user g
|
|
|
See the `doc/` folder for more information on RIGAL in general
|
|
See the `doc/` folder for more information on RIGAL in general
|
|
|
|
|
|
|
|
|
|
|
|
|
-## Build
|
|
|
|
|
-
|
|
|
|
|
|
|
+## Prerequisites
|
|
|
|
|
|
|
|
-### Prerequisites
|
|
|
|
|
-
|
|
|
|
|
-#### Mac OS X
|
|
|
|
|
|
|
+### Mac OS X
|
|
|
1. install Xcode and the developer tools, if you haven't already
|
|
1. install Xcode and the developer tools, if you haven't already
|
|
|
|
|
|
|
|
-#### Ubuntu Linux
|
|
|
|
|
|
|
+### Ubuntu Linux
|
|
|
1. `sudo apt-get install build-essential gcc-multilib csh`
|
|
1. `sudo apt-get install build-essential gcc-multilib csh`
|
|
|
|
|
|
|
|
|
|
|
|
|
-### Build
|
|
|
|
|
|
|
+## Build
|
|
|
|
|
|
|
|
```bash
|
|
```bash
|
|
|
cd ${RIGAL}/rigsc.446/src
|
|
cd ${RIGAL}/rigsc.446/src
|