docs: write GETTING_STARTED.md — clone, build, and run workflow #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Tier 1 — Entry Point
File:
docs/GETTING_STARTED.mdPriority: Read second — gets a developer from zero to a running application
What this document should cover
pixi run configure/configure-debug/configure-releasepixi run build/build-debug/build-releasepixi run install/install-debug/install-releasepixi run freecad/freecad-debug/freecad-releasepixi run test/test-debug/test-releaseconda-linux-debug,conda-linux-release,conda-macos-*,conda-windows-*Init.py/InitGui.pypixi run test, check ztools and Silo load in console outputKey source files to reference
pixi.toml— all task definitions and dependenciesCMakePresets.json— platform build presetsCMakeLists.txt— build configuration, ccache setup.gitmodules— submodule URLssrc/Mod/Create/Init.py— console bootstrapsrc/Mod/Create/InitGui.py— GUI bootstrap with QTimer sequenceAcceptance criteria
Superseded by the mdBook documentation structure set up in PR #105. The content scope of this issue is now covered by the pages in
docs/src/. Remaining content work is tracked in #104.