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

how to compile this program...? #6

Open
YitaoYuan opened this issue Apr 5, 2021 · 2 comments
Open

how to compile this program...? #6

YitaoYuan opened this issue Apr 5, 2021 · 2 comments

Comments

@YitaoYuan
Copy link

No description provided.

@setsuharu
Copy link

  • Clone the repository
  • Open 'DanbooruDownloader.sln' (The solution file) with Visual Studio 2019
  • In Visual Studio, press Ctrl + Shift + B or navigate to 'Build > Build Solution' to build the program
  • You can find the .exe and its required files by navigating to '"cloned directory"\DanbooruDownloader\bin'

If you don't have .NET Core 3.1 SDK installed, Visual Studio will detect this and ask if you want to install it when first opening the project.

@yusa-imit
Copy link

+
For someone who got problem with restoring packages.

Default VS 2019 nuget package source is set to local offline packages folder
So, add online package source of nuget https://api.nuget.org/v3/index.json
in [options] -> [NuGet Package Manager] -> [Packager Sources] -> add package source

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

3 participants