diff options
author | Omar Polo <op@omarpolo.com> | 2022-03-29 12:13:25 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-03-29 12:13:25 +0000 |
commit | 4252e62cad7a923226723cb2f0f054c12b89b3c2 (patch) | |
tree | bb886a8bac2bfe450fee8bb4caf3d1bc496eb295 /README.md | |
parent | a68203f089038d253de90759aaf385f79d3ec861 (diff) |
"a posix libc" can be left implicit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -95,9 +95,9 @@ server "example.com" { ## Building -gmid depends on a POSIX libc, libevent2, OpenSSL/LibreSSL and libtls -(provided either by LibreSSL or libretls). At build time, yacc (or -GNU bison) is also needed. +gmid depends on libevent2, OpenSSL/LibreSSL and libtls (provided +either by LibreSSL or libretls). At build time, yacc (or GNU bison) +is also needed. The build is as simple as |