Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Přejít na soubor
John-Mark Bell d3a8bdc060
Revert "RISC OS: add SocketWatch module to distribution"
před 4 týdny
.github/workflows ci: Add ccache to github workflows před 1 rokem
content Socket: fix win32/aos3 build před 2 měsíci
desktop Socket: more fixes for win32/aos3 před 2 měsíci
docs (docs): Update the unimplemented JS bits list před 1 rokem
frontends Revert "RISC OS: add SocketWatch module to distribution" před 4 týdny
include/netsurf Fetch/curl: expose socket open/close via fetch vtable před 2 měsíci
resources Resources: Add french static files před 2 měsíci
test fix gcov flushing in assert exit před 2 měsíci
tools jenkins-build: add arm-riscos-gnueabi před 1 rokem
utils Socket: avoid warning on aos3 před 2 měsíci
.clang-format update clang format style for version 7 před 5 roky
.gitattributes
.gitignore gitignore: Ignore nsgtk2 properly před 4 roky
COPYING
Makefile use attributes to indicate switch fall through instead of comments před 2 měsíci
Makefile.config.example Dukky: Add and utilise a jserrors category před 5 roky
Makefile.defaults Makefile: Set libjxl to AUTO před 5 měsíci
Makefile.macros Buildsystem: Avoid errors when headers are removed. před 3 roky
Makefile.tools move build tool selection into separate makefile fragment před 2 měsíci
README.md s/http/https/ in user-facing URIs před 2 roky

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