mirror of
https://github.com/janet-lang/janet
synced 2025-10-26 21:27:42 +00:00
Add 32-bit Haiku build instructions
This commit is contained in:
12
README.md
12
README.md
@@ -79,6 +79,18 @@ make test
|
|||||||
make repl
|
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
|
||||||
|
|
||||||
FreeBSD build instructions are the same as the unix-like build instuctions,
|
FreeBSD build instructions are the same as the unix-like build instuctions,
|
||||||
|
|||||||
Reference in New Issue
Block a user