gecko-dev/cmd/gnomefe
1998-09-09 01:15:49 +00:00
..
gnome-src initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-widgets initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
images initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-bm.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-cnvtrs.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-config.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-ctxt.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-dlgs.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-edit.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-enc.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-form.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-form.h initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-grid.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-help.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-img.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-lay.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-loc.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-lock.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-mail.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-plug.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-posixfe.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-ps.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-rdf.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-rgn.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-sec.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-str.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-strids.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnome-time.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnomefe-strings.h initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
gnomefe.h initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
main.c initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
Makefile.in initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
nppriv.h initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00
README initial import of toshok's gnomefe 1998-09-09 01:15:49 +00:00

This should build out of the box with the mozilla cvs source code.
It's not close to being functional, but it does build.

Here's what I do to build this:

In the mozilla top level directory run "autoconf".  This will create
the configure script.  You can then create a directory, inside or out
that will contain the build object files and final binaries.  cd into
that directory and run "configure" with the flag "--enable-fe=gnome".
This should create all of the directories and Makefiles.  From there
you should be able to type "make" and take a nap for an hour or so.

Here is an example:

bash$ cvs -z3 co mozilla
[ checkout deleted ]
bash$ cd mozilla
bash$ autoconf
bash$ cd ..
bash$ ../mozilla/configure --enable-fe=gnome
[ configure deleted ]
bash$ make

That should be it.  Anything else is an error.  Happy hacking!