On 11 Apr, Denis Pichugin <[email protected]> wrote:
> Sorry for disturbtion, but detalise your instructions, please.
> Any of my attemptions of updating and compiling is not successfull.

Let's say you want to update LibCSS.  First you need to get the LibCSS
source:

    *svn co svn://svn.netsurf-browser.org/trunk/libcss

That makes a "libcss" directory wherever you're working.  Change into this
directory:

    *dir libcss

Provided NSTools has been 'seen' by the filer, build and install an
up-to-date LibCSS into NSTools with the following:

    *make install

Your copy of LibCSS in NSTools is now up-to-date.


Next time you need to update LibCSS, since you already have the source
code, you just need to update it and then build it. From the "libcss"
directory you'd run:

    *svn update
    *make install

You can do the same to update the other libraries.  The BUILDING-RISC_OS
document contains more info.

-- 

Michael Drake


Reply via email to