devinsmith / devzilla

Devzilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Devzilla

This is a personal fork of Mozilla's source code. The goal, currently, is not to produce a functional web browser but rather get a deeper understanding of how the various components of a web browser work together.

The source code in this repository is under the Mozilla Public License 2.0, although some portions are older and date back to the Netscape Public Library.

Requirements

libjpeg - http://libjpeg.sourceforge.net/

Running

copy all shared objects into xpfe/bootstrap, then run ./apprunner with LD_LIBRARY_PATH set properly

cd xpfe/bootstrap
LD_LIBRARY_PATH=. ./apprunner

Or for further debugging:

cd xpfe/bootstrap
LD_DEBUG=all LD_LIBRARY_PATH=. ./apprunner

About

Devzilla

License:Mozilla Public License 2.0


Languages

Language:C++ 53.3%Language:C 44.6%Language:Makefile 1.1%Language:HTML 0.7%Language:Java 0.3%Language:Shell 0.0%