Confirmed users
180
edits
Line 51: | Line 51: | ||
== [https://bugzilla.mozilla.org/show_bug.cgi?id=746800 BMO Bug 746800(OMTC)] == | == [https://bugzilla.mozilla.org/show_bug.cgi?id=746800 BMO Bug 746800(OMTC)] == | ||
== Build instructions: == | == Development Build instructions: == | ||
Clone repository with submodules structure | |||
<pre> | |||
git clone git://github.com/tmeshkova/xulrunner-package.git | |||
</pre> | |||
Build it with simple script run: | |||
<pre> | |||
cd xulrunner-package | |||
./build.sh | |||
</pre> | |||
== Packaged Build instructions (debian desktop, N9): == | |||
Clone repositories | Clone repositories | ||
<pre> | <pre> | ||
mkdir ~/mozembed | mkdir ~/mozembed |