Updated Troubleshooting Build Issues (markdown)

Andrew Kelley 2022-12-11 02:57:38 -08:00
parent 2b84b00e03
commit 0555b34665

@ -71,11 +71,4 @@ rm CMakeCache.txt
rm -rf CMakeFiles
```
Then try running the cmake command again.
## High Memory Requirements
If you are failing at the last stage ```[99%] Building self-hosted component /PATHTOZIG/zig/build/zig1.o```, make sure you have enough memory, as the process can take more than 10GiB of memory.
Related issue: [zig0 takes too much RAM to build zig1.o](https://github.com/ziglang/zig/issues/6485)
The main development effort of Zig is focused on the self-hosted compiler, which solves this issue.
Then try running the cmake command again.