insomniachi / Totoro

A Windows 10/11 only application that is a go to for all things anime.
MIT License
217 stars 11 forks source link

instructions on how to build from the source? #45

Closed Bamboozul closed 1 year ago

Bamboozul commented 1 year ago

I'd like to test the app after committing a fix or adding a new feature to ensure that everything works as intended.

insomniachi commented 1 year ago
  1. Install Visual Studio 2022 Community Edition
  2. While installing, select the following workloads and components:
    • select .NET Desktop Development. Then in the Installation details pane of the installation dialog box, select Windows App SDK C# Templates (at the bottom of the list). image
  3. Clone the solution.
  4. open Totoro.WinUI\Totoro.GUI.sln with visual studio
  5. Make sure Totoro.WinUI is the startup project (it would be bold) image if not right click and set as startup project image
  6. Fill client id/secrets in appsettings.json image
  7. Click the play button (Totoro.WinUI unpackaged) image App should start running.
Bamboozul commented 1 year ago

Thank you very much.