A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/SebLague/Chess-Challenge/discussions/3 below:

Linux build and run instructions · SebLague/Chess-Challenge · Discussion #3 · GitHub

I managed to build and run the program on Linux, I'm sharing the instructions here.
If you have more experience please share it here!

@SebLague Is there a good place to put build instructions? Especially for people who don't use C# on a daily basis? 😄
Is the FAQ a good place to do it?

Anyway, here are the steps I used:

Example for people who use apt (Debian/Ubuntu and derivatives):

sudo apt install dotnet-sdk-6.0

This should also install the proper runtime.

At the root of the repo you can run

You don't need to run this step everytime you make a modification.

Go to the directory where the ".csproj" is and do dotnet run.

cd Chess-Challenge
dotnet run

Alternatively, go to where the executable is created and run it directly.

cd Chess-Challenge/bin/Debug/net6.0/
dotnet Chess-Challenge.dll

If everything worked well, you should be able to see the chessboard and play with it 😃

Thanks to @JoseBritto for the addendums on building and running!


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4