mirror of
https://github.com/aclist/dztui.git
synced 2026-08-27 18:27:07 +02:00
494 B
494 B
TODO: link to here from sphinx docs
Installing dev dependencies
uv pip install -e .[dev]
Setting up precommit hooks
pre-commit install
Fetching submodules
git submodule update --recursive --init
Building documentation
sphinx-build -M html source build -a
Building standalone DZGUI release binaries
- Set up the build target:
rustup target add x86_64-unknown-linux-musl - Run
python3 scripts/release.py - Generate a release and tag against the bundled
dzguiexecutable