mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
a8ff4ab228
If we are building against a modern version of libcurl, but it was built against a version of OpenSSL that does not support TLS1.3, then attempting to configure TLS1.3 ciphersuites will fail with CURLE_NOT_BUILT_IN. Tolerate this scenario by treating such a return code as non-fatal in this case. |
||
---|---|---|
.github/workflows | ||
content | ||
desktop | ||
docs | ||
frontends | ||
include/netsurf | ||
resources | ||
test | ||
tools | ||
utils | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
COPYING | ||
Makefile | ||
Makefile.config.example | ||
Makefile.defaults | ||
Makefile.macros | ||
README.md |
NetSurf
This document should help point you at various useful bits of information.
Building NetSurf
Read the Quick Start document for instructions.
Creating a new port
Look at the existing front ends for example implementations. The framebuffer front end is simplest and most self-contained. Also, you can contact the developers for help.