netsurf/README.md
2022-05-27 17:58:51 +01:00

28 lines
726 B
Markdown

NetSurf
=======
This document should help point you at various useful bits of information.
Building NetSurf
----------------
Read the [Quick Start](docs/quick-start.md) 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](https://www.netsurf-browser.org/contact/)
for help.
Further documentation
---------------------
* [Developer documentation](https://www.netsurf-browser.org/developers/)
* [Developer wiki](https://wiki.netsurf-browser.org/Documentation/)
* [Code style guide](https://www.netsurf-browser.org/developers/StyleGuide.pdf)