Go to file
2022-06-14 09:45:57 +01:00
content inttypes: custom format for UnixLib ssize_t 2022-06-03 02:34:22 +01:00
desktop s/http/https/ in user-facing URIs 2022-05-27 17:58:51 +01:00
docs env.sh: update for arm-riscos-gnueabihf 2022-06-03 00:45:13 +01:00
frontends RISC OS: fix awrender glue for EABI 2022-06-05 23:33:12 +01:00
include/netsurf Bitmap: Remove misleading format documentation. 2022-06-14 09:45:57 +01:00
resources Update root CA bundle 2022-05-27 20:15:41 +01:00
test tests: Update corestring allocation count. 2021-02-15 14:24:15 +00:00
tools framebuffer: Fix internal font generated source for GCC 10. 2020-11-13 11:13:46 +00:00
utils UA: align with compat spec 2022-05-27 21:47:02 +01:00
.clang-format update clang format style for version 7 2019-10-10 18:22:23 +01:00
.gitattributes add attributes file to stop .gitignore being exported 2013-04-19 21:27:45 +01:00
.gitignore gitignore: Ignore nsgtk2 properly 2020-02-22 11:39:14 +00:00
COPYING Clarify licensing arrangements 2007-08-09 15:32:39 +00:00
Makefile Buildsystem: fix makefile snafu 2022-06-03 03:11:55 +01:00
Makefile.config.example Dukky: Add and utilise a jserrors category 2019-08-02 10:12:45 +01:00
Makefile.defaults UA: align with compat spec 2022-05-27 21:47:02 +01:00
Makefile.macros Buildsystem: Avoid errors when headers are removed. 2021-03-19 12:09:57 +00:00
README.md s/http/https/ in user-facing URIs 2022-05-27 17:58:51 +01:00

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