From dc9fc9c3f5daf8194a01dc193b5f3716636a0fd9 Mon Sep 17 00:00:00 2001 From: Crestwave Date: Wed, 15 May 2019 01:23:38 +0000 Subject: [PATCH] Add 32-bit Haiku build instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 12db7999..3fd501d5 100644 --- a/README.md +++ b/README.md @@ -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,