From 206d81924079920a01eeba1acb0f6e3d442ef1bd Mon Sep 17 00:00:00 2001 From: Peter Shkenev Date: Wed, 13 Mar 2024 01:17:59 +0300 Subject: [PATCH] Doc: document openSUSE gotcha --- doc/building.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/building.md b/doc/building.md index e14773908..cdd9c06a6 100644 --- a/doc/building.md +++ b/doc/building.md @@ -59,6 +59,8 @@ If using **LLVM**: `export CLANG_PATH=$TOOLCHAIN_TARGET_DIR`. First, run `scripts/setup_build.sh` +If you build Onyx on openSUSE, unexport HOST variable: `unset HOST`. + Then do `make -j liveiso` where nproc is the number of threads you want the build to use. If everything went well, you will have a Onyx.iso under the base directory!