Installation¶
Prerequisites¶
vac requires the following tools to be installed:
1. Go 1.21+¶
2. ffmpeg¶
Used for video recording and processing.
3. Marp CLI¶
Used for rendering Markdown to HTML presentations.
4. ElevenLabs API Key¶
- Sign up at ElevenLabs
- Get your API key from the dashboard
- Set the environment variable:
Install vac¶
From Source¶
Using Go Install¶
Verify Installation¶
Check that all dependencies are available:
This will verify:
- [x] ffmpeg is installed
- [x] Marp CLI is installed
- [x] ElevenLabs API key is set