Skip to content
Morten Møller edited this page Jun 19, 2021 · 1 revision

MacOS installation

Grab the latest Dotnet SDK for .NET 5.0 and install it: https://dotnet.microsoft.com/download/dotnet/thank-you/sdk-5.0.301-macos-x64-installer

Once that's done, go ahead and clone the project, then compile your binary

git clone https://github.com/mortenmoulder/TwitchClipper.git

cd TwitchClipper

dotnet publish -c Release -o publish -p:PublishReadyToRun=true -p:PublishSingleFile=true -p:PublishTrimmed=true --self-contained true -p:IncludeNativeLibrariesForSelfExtract=true --runtime osx-x64 TwitchClipper.sln

cd publish

./TwitchClipper -u TWITCH_USERNAME