From b7c69f8f614131adc95e0823e9cdcaf57e9a92ca Mon Sep 17 00:00:00 2001 From: Logan oos Even <46396513+Logan007@users.noreply.github.com> Date: Mon, 1 Feb 2021 17:39:22 +0545 Subject: [PATCH] updated Windows build instructions typo --- doc/Building.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Building.md b/doc/Building.md index 0eb5a42..2d14a70 100644 --- a/doc/Building.md +++ b/doc/Building.md @@ -36,7 +36,7 @@ In order to build on Windows the following tools should be installed: NOTE: To statically link OpenSSL, add the `-DOPENSSL_USE_STATIC_LIBS=true` option to the `cmake` command below. -- If compilation throws a "conig.h: No such file or directory" error, an `include/config.h` file needs to be obtained from an already configured Linux compilation and put into the `include/` directory as discussed [here](https://github.com/ntop/n2n/issues/366). +- If compilation throws a "config.h: No such file or directory" error, an `include/config.h` file needs to be obtained from an already configured Linux compilation and put into the `include/` directory as discussed [here](https://github.com/ntop/n2n/issues/366). In order to run n2n, you will need the following: