-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
Morten Møller edited this page Jun 20, 2021
·
3 revisions
Since TwitchClipper runs on .NET 5.0, and I only use the built-in namespaces and methods, TwitchClipper is also cross platform. So far it has been tested on Debian 9 and 10, Windows 10, and MacOS. The automated build tests and releases are built on "latest Ubuntu", so I guess it works on Ubuntu as well.
Head over to the releases page and download the latest binaries. Extract the archive and run the binary with ./TwitchClipper
(in bash) or TwitchClipper.exe
(in cmd or PowerShell)
Every operating system needs to have the .NET SDK installed, which gives you access to commands such as dotnet build
and dotnet publish
.
Head over to one of the subpages to view the steps required to install TwitchClipper.