The wind howled by me
As I sat and watched the world;
All but powerless
You need the dotnet
command line tools.
??? someone fill this in
https://www.microsoft.com/net/download/linux-package-manager/ubuntu18-04/sdk-current
(There is a drop down box to choose the distro you are using)
Yep, it's a special snowflake edition
- Install
dotnet-sdk
from the repos:
pacman -S dotnet-sdk
- Run
dotnet build
from this base directory.
-
Enter the
Daemon
directory -
Run
dotnet run
-
This will launch the daemon.
-
Enter the
Tests
directory -
Run
dotnet test
If you want to test out a few functions without having to set up a whole new
project, we have provided the TestZone
project for you to do this in.
-
Enter the
TestZone
directory -
Run
dotnet run
-
Change some code you want to experiment with
-
Run
dotnet run
again. -
Hopefully it compiled!
The main code base is available in the CantiLib
folder.
The code base is licensed under the GNU GPL V3. See the LICENSE file for more information.