Go to file
Chris Young 9e03315e09 Tag some RISC OS specific errors as such
svn path=/trunk/netsurf/; revision=13911
2012-05-07 14:30:30 +00:00
!NetSurf
Docs Add libdom to the list of required libraries. 2012-04-17 19:48:06 +00:00
amiga Generate all appropriate Messages files when making a package for 2012-05-07 14:26:38 +00:00
atari Only check transparent pixels when transparency is enabled. 2012-04-26 22:21:02 +00:00
beos Fix building on Haiku. 2012-04-17 19:08:30 +00:00
cocoa
content cleanup and reorganise low level cache source ready for extending with disc cache 2012-04-28 13:24:09 +00:00
css
desktop
framebuffer
gtk
image
monkey
render Port to libdom changed HTML content's base_target from talloc_strdup to strdup, so use free instead of talloc_free in html_destroy. 2012-04-17 09:04:04 +00:00
resources Tag some RISC OS specific errors as such 2012-05-07 14:30:30 +00:00
riscos
test
utils
windows
COPYING
Makefile
Makefile.config.example
Makefile.defaults
Makefile.resources
Makefile.sources
README
test-nsgtk

README

--------------------------------------------------------------------------------
  NetSurf README
--------------------------------------------------------------------------------

  This document should help point you at various useful bits of information.


  Building NetSurf
==================
  
  Read the appropriate BUILDING-* document in the Docs/ directory 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:

      http://www.netsurf-browser.org/contact/

  Check out the developer documentation sources listed below too.


  Further documentation
=======================

  The Developer section of the web site has loads of info to get you started:

      http://www.netsurf-browser.org/developers/

  General documentation on how NetSurf's code works can be found on the
  development wiki:

      http://wiki.netsurf-browser.org/Documentation/

  The code style guide is here:

      http://www.netsurf-browser.org/developers/StyleGuide.pdf