docs/Build.md
dotnet tool install -g Cake.Tool --version 0.32.1Clone
git clone https://github.com/MathewSachin/Captura.git
Setup Api Keys. These are loaded from environment variables during development and embedded into the app on production builds.
| Environment Variable | Description |
|---|---|
| imgur_client_id | Imgur Client Id |
| yt_client_id | YouTube Client Id |
| yt_client_secret | YouTube Client Secret |
Imgur credentials are only required if you want to upload to Imgur. See here for more info.
YouTube credentials are only required if you want to upload to YouTube. See here for more info.
Download FFmpeg from within the app or from https://ffmpeg.zeranoe.com/builds/ or use a custom build.
Now, you're good to go. You can build using Visual Studio or the cake script.