Skip to content

Commit

Permalink
Link required libraries for MacOS (netty#11868)
Browse files Browse the repository at this point in the history
Motivation:

When building Netty on MacOS it can fail due to missing libraries

Modification:

A link for Native transports wiki page

Result:

When reading the README, the developer will know what are the required libraries for MacOS
  • Loading branch information
diegolovison authored and 夏无影 committed Jul 8, 2022
1 parent d1f07e9 commit 7883481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ You require the following to build Netty:

* Latest stable [OpenJDK 8](https://adoptopenjdk.net)
* Latest stable [Apache Maven](https://maven.apache.org/)
* If you are on Linux, you need [additional development packages](https://netty.io/wiki/native-transports.html) installed on your system, because you'll build the native transport.
* If you are on Linux or MacOS, you need [additional development packages](https://netty.io/wiki/native-transports.html) installed on your system, because you'll build the native transport.

Note that this is build-time requirement. JDK 5 (for 3.x) or 6 (for 4.0+ / 4.1+) is enough to run your Netty-based application.

Expand Down

0 comments on commit 7883481

Please sign in to comment.