make nightly-linux-x86_64
,
which took almost half a day to complete on my Ubuntu 18.04 system.
But, since I would be making some changes to the browser (mostly Firefox
code), I need to alter code and build again and again.make nightly-linux-x86_64
,
which took almost half a day to complete on my Ubuntu 18.04 system.
But, since I would be making some changes to the browser (mostly Firefox
code), I need to alter code and build again and again.make $CONFIGURE_ARGS -f client.mk configure CONFIGURE_ARGS="--with-tor-browser-version=tbb-nightly --with-distribution-id=org.torproject --enable-update-channel=default --enable-bundled-fonts"
gave me :
client.mk:40: /.mozconfig-client-mk: No such file or directory
client.mk:72: *** client.mk must be used via
mach
. Try running./mach configure
. Stop.
./mach configure
was not working as well, but using this webpage, I patched the init.configure file and it worked. But now when I run ./mach build
, it finally gives (after doing a lot of compilation):