It probably helps to remember about ccres and makerun.

svn path=/trunk/netsurf/; revision=7422
This commit is contained in:
John Mark Bell 2009-05-07 14:04:03 +00:00
parent d66ffb6e85
commit 94aa8e4b60
1 changed files with 13 additions and 0 deletions

View File

@ -13,6 +13,10 @@ $ cd gccsdk/gcc4
$ ./build-world
$ export GCCSDK_INSTALL_CROSSBIN=/home/riscos/cross/bin
$ export GCCSDK_INSTALL_ENV=/home/riscos/env
Creating the environment
========================
@ -81,6 +85,15 @@ $ cd ~
$ (cd netsurf/hubbub ; make TARGET=riscos install)
C. Ancilliary tools
===================
$ svn co svn://svn.riscos.info/ccres/trunk ccres
$ (cd ccres ; make install)
$ (cd netsurf/tools/makerun ; make install)
Compiling NetSurf
=================