From mint-bounce@lists.fishpool.fi Thu Dec 4 10:47:56 2008 Message-ID: <20081204154457.8kdlfhzio8wc0gks@pop.freeola.net> Date: Thu, 04 Dec 2008 15:44:57 +0000 From: p.slegg@scubadivers.co.uk To: mint@lists.fishpool.fi Subject: Re: [MiNT] the kernel (was: Re: OT Highwire) References: <212971.87942.qm@web27406.mail.ukl.yahoo.com> In-Reply-To: <212971.87942.qm@web27406.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: p.slegg@scubadivers.co.uk Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Quoting Zorro : > Imho, Netsurf( which is a very good browser even without javascript) > is the best solution because it's easy to port with the current > MiNTlib/Kernel. All the needed lib are available on MiNT and the code > is a pleasure to read. > > No need to touch the kernel, no need to touch the MiNTlib, etc.. > > Ciao, > Zorro From the Netsurf website: Compiling The recommended compiler is GCC. A guide to building NetSurf on RISC OS is available, as are instructions for building the GTK version. NetSurf can also be cross-compiled for RISC OS using GCCSDK. The autobuilder compiles NetSurf every 15 minutes if changes have been checked into SVN. A debug version of NetSurf can be built. This is command-line only and does not include any GUI code. It runs natively on Linux so can be debugged and checked using gdb, efence, valgrind, etc. Dependencies In addition to the compiler, NetSurf requires a number of additional tools to be available. These are enumerated below. Additionally, the libraries which NetSurf uses are also listed Tools * Lemon parser generator (http://www.hwaci.com/sw/lemon/) * re2c lexer (http://re2c.org/) Libraries * cAres & cURL (http://curl.haxx.se/libcurl/) * IJG JPEG library (http://www.ijg.org/) * MNG decoding library (http://www.libmng.com/) * OpenSSL (http://www.openssl.org/) * libXML 2 (http://www.xmlsoft.org/) * Zlib (http://www.zlib.org)