Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

instructions on how to build from the source? #45

Closed
Bamboozul opened this issue Jul 26, 2023 · 2 comments
Closed

instructions on how to build from the source? #45

Bamboozul opened this issue Jul 26, 2023 · 2 comments

Comments

@Bamboozul
Copy link
Contributor

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

@insomniachi
Copy link
Owner

insomniachi commented Jul 26, 2023

  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
Copy link
Contributor Author

Thank you very much.

@insomniachi insomniachi pinned this issue Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants