2018-11-22 22:22:00 +03:00
|
|
|
# Compiling
|
2018-11-22 22:14:11 +03:00
|
|
|
|
2018-11-22 22:22:00 +03:00
|
|
|
The app runs on Windows, Linux and MacOS. Make sure you have latest [.NET Core SDK](https://dot.net/) installed.
|
|
|
|
|
2018-11-22 22:34:45 +03:00
|
|
|
<img src="./Camelotia.png" width="400">
|
|
|
|
|
2018-11-22 22:22:00 +03:00
|
|
|
```
|
|
|
|
# Linux or MacOS shell
|
|
|
|
git clone https://github.com/worldbeater/Camelotia
|
|
|
|
cd Camelotia/Camelotia.Presentation.Avalonia
|
|
|
|
dotnet run
|
|
|
|
```
|
|
|
|
|
2018-11-22 22:34:45 +03:00
|
|
|
On Windows, run the `./run.bat` file.
|
|
|
|
|