Requirements
The following are need to build Cake.Warp on Linux:
- .NET Core SDK 2.1 as a minimum
- Mono 5.0.0+ (earlier versions may work, but are not supported)
All other dependencies will be automatically downloaded when invoking the build script.
Invoking the build itself
- To build the Cake.Warp library, just open any shell and navigate to the root of downloaded/cloned repository.
- After that just type
sh build.sh
and everything will be automatically built and all unit tests will run.