summaryrefslogtreecommitdiff
path: root/Docs/developer
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2005-02-18 00:04:40 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2005-02-18 00:04:40 +0000
commit5a9cfb6e7e931e912cd3c2c7a2ccd872d5041bfc (patch)
tree8201671e3d023d17d29955a25daba9be3e9c030d /Docs/developer
parentf93e387801979a10b37382cabe05ee6a6600c984 (diff)
downloadnetsurf-5a9cfb6e7e931e912cd3c2c7a2ccd872d5041bfc.tar.gz
netsurf-5a9cfb6e7e931e912cd3c2c7a2ccd872d5041bfc.tar.bz2
[project @ 2005-02-18 00:04:40 by jmb]
Update library list svn path=/import/netsurf/; revision=1515
Diffstat (limited to 'Docs/developer')
-rw-r--r--Docs/developer3
1 files changed, 2 insertions, 1 deletions
diff --git a/Docs/developer b/Docs/developer
index 0676c7aad..fe0c2ed1d 100644
--- a/Docs/developer
+++ b/Docs/developer
@@ -12,6 +12,7 @@ The source is split at top level as follows:
- Non-platform specific front-end (desktop/)
- RISC OS specific code (riscos/)
- Unix debug build specific code (debug/)
+- GTK specific code (gtk/)
- Misc. useful functions (utils/)
\section content Fetching, caching, and converting content (content/)
@@ -102,7 +103,7 @@ http://netsurf.strcprstskrzkrk.co.uk/developer/
- libxml (XML and HTML parser) http://www.xmlsoft.org/
- libcurl (HTTP, FTP, etc) http://curl.haxx.se/libcurl/
- OSLib (C interface to RISC OS SWIs) http://ro-oslib.sourceforge.net/
-- libpng (PNG support) http://www.libpng.org/pub/png/libpng.html
+- libmng (PNG, JNG, MNG support) http://www.libmng.com/
- libjpeg (JPEG support) http://www.ijg.org/
- zlib http://www.gzip.org/zlib/
- OpenSSL (HTTPS support) http://www.openssl.org/