mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 11:19:32 -06:00
Implement all Expr unmarshalling (untested). Put wordsize logic in constants.ts. Some README additions.
This commit is contained in:
@@ -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`):
|
||||
|
||||
Reference in New Issue
Block a user