Skip to content

Getting Started

Ömercan Yazici edited this page Mar 12, 2016 · 3 revisions

So you decided to give ParMaLy a try. Good. This little tutorial will show you howto use the ParMaLy application.

Prerequisites

To compile and run the ParMaLy application you need:

  • .NET 3.5 or higher. (Mono with .NET 3.5 compability should be fine aswell)
  • NUnit (will be handled by NuGet packages)
  • .sln (Like Visual Studio 2010, Visual Studio 2013 or Visual Studio 2015, or xbuild with NuGet)

Compile from source

With Visual Studio

devenv /build Release ParMaLy.sln

With only .NET

nuget restore ParMaLy.sln
msbuild /p:Configuration=Release ParMaLy.sln

With Mono

nuget restore ParMaLy.sln
xbuild /p:Configuration=Release ParMaLy.sln

First run

TODO

Clone this wiki locally