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

Building and Running #107

Closed
CharlesBeverly opened this issue Jul 21, 2023 · 2 comments
Closed

Building and Running #107

CharlesBeverly opened this issue Jul 21, 2023 · 2 comments

Comments

@CharlesBeverly
Copy link

I was wondering how one simply "builds and runs" the project. In the read me it says that you simply need to "build and run" the project, but for the life of me I cannot figure out how, I'm no stranger to computer programing but this step has me baffled and if it is causing me this much strife then others who have absolutely no experience will be sure to be frustrated.

@regulus79
Copy link

I am inexperienced with .NET applications, but after some googling, this is what worked for me:

If you already have .NET installed, then I believe you can simply navigate to the ./Chess-Challenge/ folder, and run
dotnet build
and then
dotnet run

I am on Arch Linux, but I believe this should work for any OS.

@0mlml
Copy link

0mlml commented Jul 21, 2023

I'm also on linux but if you're on windows, I'd try the install script from microsoft's website:
https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.ps1

Then you can just run dotnet run in the folder with the .csproj file.

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