+==========================+
|                          |
| How to build from source |
|                          |
+==========================+

+-------+
| Linux |
+-------+

In console in LFSLapper directory type:
make

Requirements: Mono, make

+---------+
| Windows |
+---------+

There are at least 3 options:

1. Using C# Express or Visual Studio:

Open solution LFSLapper.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:LFSLapper.exe

or

use provided batch file: WinMSBuild.bat
in LFSLapper root directory

Requirements: .NET Framework

3. Using Mono

In command line in "src" directory type:
mcs *.cs -out:LFSLapper.exe

or

use provided batch file: WinMonoBuild.bat
in LFSLapper root directory

Requirements: Mono for Windows
