Add 32-bit Haiku build instructions

This commit is contained in:
Crestwave 2019-05-15 01:23:38 +00:00
parent 3b6a51df24
commit dc9fc9c3f5
1 changed files with 12 additions and 0 deletions

View File

@ -79,6 +79,18 @@ make test
make repl
```
### 32-bit Haiku
32-bit Haiku build instructions are the same as the unix-like build instructions,
but you need to specify an alternative compiler, such as `gcc-x86`.
```
cd somewhere/my/projects/janet
make CC=gcc-x86
make test
make repl
```
### FreeBSD
FreeBSD build instructions are the same as the unix-like build instuctions,