Skip to content
This repository has been archived by the owner on Feb 5, 2022. It is now read-only.

How to use ?

Skid edited this page Mar 31, 2019 · 3 revisions

How to use Crunchyroll-Downloader ?

Depend if you want to compile the program yourself or not.

But in any cases you need to install .NET FrameWork 4.7.2 and Microsoft Visual C++ 2010 Redistributable Package (x86).

I don't want to build it

Just go to to the Releases and get the installer from the last version.

I WANT to build it on my own !

No prob,

First you need Visual Studio 2017 with C# / .NET environnement.

Second, clone the repo somewhere, if you have git on your computer : git clone https://github.com/skid9000/Crunchyroll-Downloader.git

Third, open the solution file (.sln) in Visual Studio.

Fourth, Build the project in release mode

step1 step2

Finally, run the program from <path-to-repo>\Crunchyroll-Downloader\bin\Release\Crunchyroll-Downloader.exe

Clone this wiki locally