From 90a738c82aa30596d7a8b612fd7b2f67f3b92871 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 13 Feb 2010 09:55:28 +0000 Subject: Update LibROSprite details in NetSurf build docs. svn path=/trunk/netsurf/; revision=10031 --- Docs/BUILDING-AmigaOS | 15 ++------------- Docs/BUILDING-BeOS | 3 ++- Docs/BUILDING-Framebuffer | 21 +++------------------ Docs/BUILDING-GTK | 21 +++------------------ Docs/BUILDING-Windows | 4 +++- 5 files changed, 13 insertions(+), 51 deletions(-) (limited to 'Docs') diff --git a/Docs/BUILDING-AmigaOS b/Docs/BUILDING-AmigaOS index 98b9c4505..6eb8a3bb4 100644 --- a/Docs/BUILDING-AmigaOS +++ b/Docs/BUILDING-AmigaOS @@ -1,5 +1,5 @@ -------------------------------------------------------------------------------- - Build Instructions for AmigaOS NetSurf 2 January 2010 + Build Instructions for AmigaOS NetSurf 13 February 2010 -------------------------------------------------------------------------------- This document provides instructions for building the AmigaOS version of @@ -61,6 +61,7 @@ $ svn co svn://svn.netsurf-browser.org/trunk/libcss $ svn co svn://svn.netsurf-browser.org/trunk/libnsgif $ svn co svn://svn.netsurf-browser.org/trunk/libnsbmp + $ svn co svn://svn.netsurf-browser.org/trunk/librosprite $ svn co svn://svn.netsurf-browser.org/trunk/libsvgtiny To build and install these libraries, simply enter each of their directories @@ -133,18 +134,6 @@ 1> makelink sdk:local/newlib/lib/libcrypto.so sobjs:libssl-0.9.8.so soft - Librosprite -------------- - - NetSurf uses James Shaw's librosprite for rendering RISC OS Sprite files on - non-RISC OS platforms. The Makefile will automatically use librosprite, you - can disable it by creating a Makefile.config. - - To build librosprite, check out from svn://svn.rjek.com/jshaw/libsprite/trunk - - 1> gmake - - Libhpdf --------- diff --git a/Docs/BUILDING-BeOS b/Docs/BUILDING-BeOS index 7af8f9964..2b9654289 100644 --- a/Docs/BUILDING-BeOS +++ b/Docs/BUILDING-BeOS @@ -1,5 +1,5 @@ -------------------------------------------------------------------------------- - Build Instructions for BeOS and Haiku NetSurf 2 January 2010 + Build Instructions for BeOS and Haiku NetSurf 13 February 2010 -------------------------------------------------------------------------------- This document provides instructions for building the BeOS and Haiku version @@ -46,6 +46,7 @@ $ svn co svn://svn.netsurf-browser.org/trunk/libcss $ svn co svn://svn.netsurf-browser.org/trunk/libnsgif $ svn co svn://svn.netsurf-browser.org/trunk/libnsbmp + $ svn co svn://svn.netsurf-browser.org/trunk/librosprite $ svn co svn://svn.netsurf-browser.org/trunk/libsvgtiny To build and install these libraries, simply enter each of their directories diff --git a/Docs/BUILDING-Framebuffer b/Docs/BUILDING-Framebuffer index ceb385037..70a1d7db5 100644 --- a/Docs/BUILDING-Framebuffer +++ b/Docs/BUILDING-Framebuffer @@ -1,5 +1,5 @@ -------------------------------------------------------------------------------- - Build Instructions for Framebuffer NetSurf 2 January 2010 + Build Instructions for Framebuffer NetSurf 13 February 2010 -------------------------------------------------------------------------------- This document provides instructions for building the Framebuffer version of @@ -230,6 +230,7 @@ Index: framebuffer/font_freetype.c LibCSS -- CSS parser and selection engine LibNSGIF -- GIF format image decoder LibNSBMP -- BMP and ICO format image decoder + LibROSprite -- RISC OS Sprite format image decoder LibNSFB -- Framebuffer abstraction To fetch each of these libraries, run the following commands: @@ -240,6 +241,7 @@ Index: framebuffer/font_freetype.c $ svn co svn://svn.netsurf-browser.org/trunk/libcss $ svn co svn://svn.netsurf-browser.org/trunk/libnsgif $ svn co svn://svn.netsurf-browser.org/trunk/libnsbmp + $ svn co svn://svn.netsurf-browser.org/trunk/librosprite $ svn co svn://svn.netsurf-browser.org/trunk/libnsfb To build and install these libraries, simply enter each of their directories @@ -256,23 +258,6 @@ Index: framebuffer/font_freetype.c | | For more information, consult the libparserutils README file. - Librosprite -------------- - - NetSurf uses James Shaw's librosprite for rendering RISC OS Sprite - files on non-RISC OS platforms. The Makefile will automatically use - librosprite if it is installed. You can disable it entirely by - creating a Makefile.config file. - - To build librosprite, check out from svn://svn.rjek.com/jshaw/libsprite/trunk - Build and install it: - - $ sudo make install - - Optionally, specify an install prefix: - - $ PREFIX=/path/to/install make install - Libhpdf --------- diff --git a/Docs/BUILDING-GTK b/Docs/BUILDING-GTK index d4d79efd3..b04f418e7 100644 --- a/Docs/BUILDING-GTK +++ b/Docs/BUILDING-GTK @@ -1,5 +1,5 @@ -------------------------------------------------------------------------------- - Build Instructions for GTK NetSurf 2 January 2010 + Build Instructions for GTK NetSurf 13 February 2010 -------------------------------------------------------------------------------- This document provides instructions for building the GTK version of NetSurf @@ -101,6 +101,7 @@ LibCSS -- CSS parser and selection engine LibNSGIF -- GIF format image decoder LibNSBMP -- BMP and ICO format image decoder + LibROSprite -- RISC OS Sprite format image decoder To fetch each of these libraries, run the following commands: @@ -110,6 +111,7 @@ $ svn co svn://svn.netsurf-browser.org/trunk/libcss $ svn co svn://svn.netsurf-browser.org/trunk/libnsgif $ svn co svn://svn.netsurf-browser.org/trunk/libnsbmp + $ svn co svn://svn.netsurf-browser.org/trunk/librosprite To build and install these libraries, simply enter each of their directories and run: @@ -125,23 +127,6 @@ | | For more information, consult the libparserutils README file. - Librosprite -------------- - - NetSurf uses James Shaw's librosprite for rendering RISC OS Sprite - files on non-RISC OS platforms. The Makefile will automatically use - librosprite if it is installed. You can disable it entirely by - creating a Makefile.config file. - - To build librosprite, check out from svn://svn.rjek.com/jshaw/libsprite/trunk - Build and install it: - - $ sudo make install - - Optionally, specify an install prefix: - - $ PREFIX=/path/to/install make install - Libhpdf --------- diff --git a/Docs/BUILDING-Windows b/Docs/BUILDING-Windows index 62f0eb1b1..6e1ecead9 100644 --- a/Docs/BUILDING-Windows +++ b/Docs/BUILDING-Windows @@ -1,5 +1,5 @@ -------------------------------------------------------------------------------- - Build Instructions for Windows NetSurf 17 January 2010 + Build Instructions for Windows NetSurf 13 February 2010 -------------------------------------------------------------------------------- This document provides instructions for building the Windows version @@ -190,6 +190,7 @@ LibCSS -- CSS parser and selection engine LibNSGIF -- GIF format image decoder LibNSBMP -- BMP and ICO format image decoder + LibROSprite -- RISC OS Sprite format image decoder To fetch each of these libraries, run the following commands: @@ -199,6 +200,7 @@ $ svn co svn://svn.netsurf-browser.org/trunk/libcss $ svn co svn://svn.netsurf-browser.org/trunk/libnsgif $ svn co svn://svn.netsurf-browser.org/trunk/libnsbmp + $ svn co svn://svn.netsurf-browser.org/trunk/librosprite To build and install these libraries. -- cgit v1.2.3