Skip to main content

Documentation Index

Fetch the complete documentation index at: https://mintlify.com/SMGCommunity/Petari/llms.txt

Use this file to discover all available pages before exploring further.

Petari’s build system requires a small set of tools: Python 3 to run the configure script, Ninja as the build executor, and either Wine or the lightweight wibo wrapper to run the CodeWarrior compiler (a Windows binary) on non-Windows platforms. The exact tools and install steps differ by operating system — follow the section for your platform below.
On Windows, native tooling is used directly — WSL and msys2 are not required and are not recommended.
When running under WSL, objdiff is unable to receive filesystem notifications, so automatic rebuilds will not work. Use native Windows tooling instead.
PythonInstall Python from the official site and make sure to add it to %PATH% during setup:
# Option 1: download the installer from https://www.python.org/downloads/
# Option 2: install from the Windows Store (Python 3.11)
# Option 3: install via winget
winget install Python.Python.3
NinjaDownload the Ninja binary from GitHub and add it to %PATH%, or install it via pip:
pip install ninja

Build docs developers (and LLMs) love