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!