You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
John-Mark Bell d3a8bdc060
Revert "RISC OS: add SocketWatch module to distribution"
1 month ago
.github/workflows ci: Add ccache to github workflows 1 year ago
content Socket: fix win32/aos3 build 2 months ago
desktop Socket: more fixes for win32/aos3 2 months ago
docs (docs): Update the unimplemented JS bits list 1 year ago
frontends Revert "RISC OS: add SocketWatch module to distribution" 1 month ago
include/netsurf Fetch/curl: expose socket open/close via fetch vtable 2 months ago
resources Resources: Add french static files 3 months ago
test fix gcov flushing in assert exit 2 months ago
tools jenkins-build: add arm-riscos-gnueabi 1 year ago
utils Socket: avoid warning on aos3 2 months ago
.clang-format update clang format style for version 7 5 years ago
.gitattributes add attributes file to stop .gitignore being exported 11 years ago
.gitignore gitignore: Ignore nsgtk2 properly 4 years ago
COPYING Clarify licensing arrangements 17 years ago
Makefile use attributes to indicate switch fall through instead of comments 3 months ago
Makefile.config.example Dukky: Add and utilise a jserrors category 5 years ago
Makefile.defaults Makefile: Set libjxl to AUTO 6 months ago
Makefile.macros Buildsystem: Avoid errors when headers are removed. 3 years ago
Makefile.tools move build tool selection into separate makefile fragment 3 months ago
README.md s/http/https/ in user-facing URIs 2 years ago

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.

Further documentation