Skip to content

Commit 9c2d813

Browse files
ViralBShahKenoDilumAluthge
authored
Document the need for disabling BB if building without network access (#38918)
* Document the need for disabling BB if building without network access Fix #33569 * Update doc/build/build.md Co-authored-by: Dilum Aluthge <dilum@aluthge.com> Co-authored-by: Keno Fischer <keno@juliacomputing.com> Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
1 parent b36338a commit 9c2d813

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/build/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ variables.
1717
When compiled the first time, the build will automatically download
1818
pre-built [external
1919
dependencies](#required-build-tools-and-external-libraries). If you
20-
prefer to build all the dependencies on your own, add the following in
21-
`Make.user`
20+
prefer to build all the dependencies on your own, or are building on a system that cannot
21+
access the network during the build process, add the following in `Make.user`:
2222

2323
```
2424
USE_BINARYBUILDER=0

0 commit comments

Comments
 (0)