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
7 changes: 4 additions & 3 deletions docs/gource.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ the *organic* growth over time. Handy for launch posts and talks.
## Install (Windows)

```powershell
winget install Acaceia.Gource
winget install acaudwell.Gource
```

(ffmpeg is also required for video output — already present in this environment. On a
clean machine: `winget install Gyan.FFmpeg`.)
This installer needs administrator rights — accept the UAC prompt (an unattended/CI
shell will fail with `0x800704c7`). ffmpeg is also required for video output: on a clean
machine, `winget install Gyan.FFmpeg`.

Gource needs an OpenGL context, so run it on a desktop session (not a headless shell).

Expand Down
Loading