mirror of
git://git.netsurf-browser.org/netsurf.git
synced 2026-07-04 10:32:29 +00:00
No description
- C 93%
- C++ 4.2%
- HTML 0.7%
- Makefile 0.7%
- Python 0.4%
- Other 0.8%
| .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 | ||
| Makefile.tools | ||
| 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.