+==========================+ | | | How to build from source | | | +==========================+ +-------+ | Linux | +-------+ In console in LFSStat directory type: make Requirements: Mono, make +---------+ | Windows | +---------+ There are at least 3 options: 1. Using C# Express or Visual Studio: Open solution LFSStat.sln in "src" directory and build project Requirements: C# Express or Visual Studio .NET 2. Using .Net Framework: In command line in "src" directory type: csc *.cs -out:LFSStat.exe Requirements: .NET Framework 3. Using Mono In command line in "src" directory type: mcs *.cs -out:LFSStat.exe Requirements: Mono for Windows