Update LibROSprite details in NetSurf build docs.

svn path=/trunk/netsurf/; revision=10031
This commit is contained in:
Michael Drake 2010-02-13 09:55:28 +00:00
parent ec402980b9
commit 90a738c82a
5 changed files with 13 additions and 51 deletions

View File

@ -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
---------

View File

@ -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

View File

@ -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
---------

View File

@ -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
---------

View File

@ -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.