From 3ce2242e4fa6d718fd95060c214077e3fe483d8b Mon Sep 17 00:00:00 2001 From: Logan oos Even <46396513+Logan007@users.noreply.github.com> Date: Tue, 23 Feb 2021 15:39:17 +0545 Subject: [PATCH] update Building.md added note concerning MinGW --- doc/Building.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/Building.md b/doc/Building.md index f837b88..eed1b79 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -45,6 +45,9 @@ In order to run n2n, you will need the following: - If OpenSSL has been linked dynamically, the corresponding `.dll` file should be available onto the target computer. + +NOTE: Sticking to this tool chain ensures that resulting executables are able to communicate with Linux or other OS builds. +Especialy MinGW builds are reported to not be compatible to other OS builds, please see #617 and #642. ## Build (CLI)