Confirmed users
180
edits
No edit summary |
|||
| Line 29: | Line 29: | ||
== Build instructions: == | == Build instructions: == | ||
<pre> | <pre> | ||
git clone git://github.com/romaxa/mozilla-central.git | |||
cd mozilla-central | cd mozilla-central | ||
git checkout embedlite | |||
cp | cp embedding/embedlite/config/mozconfig.gtkdesktop mozconfig | ||
# or | # or | ||
# cp | # for harmattan | ||
# cp embedding/embedlite/config/mozconfig.qtN9-qt mozconfig | |||
MOZCONFIG=$(pwd)/mozconfig make -f client.mk build_all | MOZCONFIG=$(pwd)/mozconfig make -f client.mk build_all | ||
</pre> | </pre> | ||