Skip to content

Commit

Permalink
updated Windows build instructions
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
Logan007 authored Feb 1, 2021
1 parent 683dd40 commit b7c69f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Building.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b7c69f8

Please sign in to comment.