Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions docs/Developer-Guide_Build-Preparation.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,16 @@ Run framework:
./compile.sh [command] [switch...] [config...]
```

!!! tip "Troubleshooting: 'unknown terminal type' error"
When running the script, especially from modern terminal emulators (like Ghostty, Kitty, WezTerm), you might encounter an error like

'xterm-ghostty': unknown terminal type

**Quick workaround:** you can force a more common terminal type before running the script:
```bash
env TERM=xterm-256color ./compile.sh
```

Only one command can be specified.

Switches are parameter settings that are used by the build framework itself
Expand Down