Implement all Expr unmarshalling (untested). Put wordsize logic in constants.ts. Some README additions.

This commit is contained in:
John J. Camilleri
2021-10-08 12:39:42 +02:00
parent 15e3ca9acd
commit a27cf6a17b
5 changed files with 178 additions and 28 deletions

View File

@@ -2,7 +2,9 @@
## Requirements
Required system packages (Debian/Ubuntu):
### Debian/Ubuntu
Required system packages (`apt install ...`):
```
autoconf
automake
@@ -11,6 +13,11 @@ make
g++
```
### macOS
- Install XCode from App Store
- Install XCode command line tools: `xcode-select --install`
## Installation
Installing the runtime (puts libraries in `/usr/local/lib`):