Browse Source
update Building.md
added note concerning MinGW
pull/647/head
Logan oos Even
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
doc/Building.md
|
|
@ -46,6 +46,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) |
|
|
|
|
|
|
|
In order to build from the command line, open a terminal window and run the following commands: |
|
|
|