Skip to content
GitLab
Explore
Sign in
Register
Changes
Page history
Update hadrian instructions for macOS
authored
Dec 15, 2022
by
Bodigrim
Hide whitespace changes
Inline
Side-by-side
building/hadrian.md
View page @
fdf63ae9
...
@@ -26,6 +26,8 @@ $ ./boot && ./configure --with-intree-gmp
...
@@ -26,6 +26,8 @@ $ ./boot && ./configure --with-intree-gmp
$
hadrian/build
-j
$
hadrian/build
-j
```
```
If the above fails on macOS with
`fatal error: 'ffi.h' file not found`
run
`export C_INCLUDE_PATH="$(xcrun --show-sdk-path)/usr/include/ffi"`
and then configure again.
On Windows:
On Windows:
```
sh
```
sh
...
...