Confirmed users
400
edits
Line 92: | Line 92: | ||
(The objdir can be whatever you choose, but it's named differently so you can go back to non-artifact building if you choose.) | (The objdir can be whatever you choose, but it's named differently so you can go back to non-artifact building if you choose.) | ||
And that's all! | |||
For more detailed explanation of these steps, see [http://www.ncalexander.net/blog/2015/07/02/build-fennec-frontend-fast-with-mach-artifact/ nalexander's blog post] introducing mach artifact. | |||
===== Building with mach artifact ===== | |||
When building, you need to run an extra <tt>mach artifact</tt> step: | |||
./mach build | ./mach build | ||
./mach artifact install | ./mach artifact install | ||
Line 98: | Line 103: | ||
./mach install | ./mach install | ||
NOTE: This will not pick up C++ changes so if you are changing those files, you will have to use the original mozconfig method of building. | |||
=== Developing Fennec with IDEs === | === Developing Fennec with IDEs === |