How to build the etna project ============================= - get the firefox 1.0.7 sources ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/1.0.7/source/firefox-1.0.7-source.tar.bz2 - install sources of firefox in a ~/sources/etna/ directory for example, so you will have a sources/etna/mozilla/ directory - enter in the ~/sources/etna/mozilla/ directory - copy the "etna" directory from the etna.src.tar.gz archive into ~/sources/etna/mozilla/ (so you will have a directory : sources/etna/mozilla/etna/) - apply patch given with the etna sources patch -u -p0 -i etna/config/firefox.1.0.build.patch patch -u -p0 -i etna/config/firefox.1.0.editor.patch patch -u -p0 -i etna/config/firefox.1.0.core.patch patch -u -p0 -i etna/config/firefox.1.0.other.patch - copy some new files into their respectives directories cp -fr etna/config/editor/libeditor/xml editor/libeditor/ cp -f etna/config/editor/libeditor/base/* editor/libeditor/base/ cp -f etna/config/editor/idl/* editor/idl/ cp -f etna/config/netwerk/protocol/about/src/* netwerk/protocol/about/src/ cp -f etna/config/content/xml/content/public/* content/xml/content/public/ cp -f etna/config/dom/public/idl/core/* dom/public/idl/core/ - copy one of the etna/config/mozconfig_firefox.* file to the sources/etna/mozilla/ directory, rename it to .mozconfig and edit it if you want to change some options : cp etna/config/mozconfig_firefox.linux ./.mozconfig - then run gmake -f client.mk alldep - go into the dist/bin/ directory and launch ./etna - You will find also some extensions in the dist/install/ directory