mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
17b28e85c1
In preparation for proper splitting of Javascript support into heaps and threads, this renames the types and corrects the no-js builds to still work. At this time no substantive change in semantics exists, and the duktape build won't work. Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org> |
||
---|---|---|
content | ||
desktop | ||
docs | ||
frontends | ||
include/netsurf | ||
resources | ||
test | ||
utils | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
COPYING | ||
Makefile | ||
Makefile.config.example | ||
Makefile.defaults | ||
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.