mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
28 lines
726 B
Markdown
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)
|