Re: can't build minimo

[email protected] Thu, 3 Mar 2005 15:14:22 +0400 (AMT)
Newsgroups gmane.comp.mozilla.devel.small-devices
Message-ID <[email protected]>
Hi leen,


Well,

* the first step you must to copy the mozconfig file from
path_to_mozilla/mozilla/embedding/minimo/ to the mozilla's outermost
directory. This file describe witch mozilla's packages, modules and
components will be available. As Minimo does not need all the source used
by desktop mozilla version (mozilla suite, thunderbird, firefox, ...),
this file is too important.

* i think it's not necessary to export the MINIMO env variable (make do it
for you), but if you want , you can do it for "guarantee" ..

* then, use the follow command to build both mozilla (with some components
the modules disable, according with mozconfig file ) and minimo:
     ** make -f client.mk build_all

    This command will compile the mozilla componts that will be used by
Minimo ... At this point, Minimo , the gtk-based user interface still
not available ...

* after that, come in the minimo folder, copy the package.sh file to
"app", and run the ./package.sh script ... This will compile the gtk UI
(Minimo), to work with the components compiled by previous steps, and copy
some libraries and aexcutable files to the appropiate place.

* ready, it's done. You have a "thin" mozilla + a gtk ui to access its
functionalities ..

To run Minimo

> cd mozilla_path/dist/bin/
> ./run-mozilla.sh ./Minimo


> Hie..
> i'm trying to build minimo.i've done with:
> 1)setting up the build environment
> 2)pull the trunk
>  i wonder should i export MINIMO first or build the
> mozilla first?
> What i have done are,after pull the trunk,i start a
> build and after finishing the build,i export MINIMO by
> writing
>  export MINIMO=1 in the command prompt.
> I do not understand why i have to move mozconfig  into
> the right place.Where is the right place actually?
> Another thing is,what is the use of
>   -cd embedding/minimo
>   -./package.sh
> Can anybody help me by explaining me step by step on
> how i can build the minimo.Actually i'm quite a slow
> learner and i'm building it for learning purpose.
> Hope there is someone out there who can help me.
> Thanx in advance..
>
> Leen

I hope this little explain helps you ;)

Best Regards