Closed TheDarkTron closed 1 year ago
Hi @TheDarkTron, great to hear you are interested in Foxhound!
I have managed to build using Windows in the past by following the instructions here: https://firefox-source-docs.mozilla.org/setup/windows_build.html
In that case I didn't need chocolatey / rust, just built from the Mozilla build tools shell:
"When working with Firefox tooling, you’ll need to do so from within the MozillaBuild shell. You can start it by running C:\mozilla-build\start-shell.bat (you may want to make a shortcut to this file so it’s easier to start)."
Are you also doing this?
Hi and thanks for the reply! Yes I am using the mozilla-build\start-shell.bat but still getting the error. On 24. Nov 2022, at 17:33, Thomas Barber @.***> wrote: Hi @TheDarkTron, great to hear you are interested in Foxhound! I have managed to build using Windows in the past by following the instructions here: https://firefox-source-docs.mozilla.org/setup/windows_build.html In that case I didn't need chocolatey / rust, just built from the Mozilla build tools shell: "When working with Firefox tooling, you’ll need to do so from within the MozillaBuild shell. You can start it by running C:\mozilla-build\start-shell.bat (you may want to make a shortcut to this file so it’s easier to start)." Are you also doing this?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>
I setup a VM and build the project under ubuntu. That worked
Hi there! I am a student from the TU Bs and would like to use foxhound in my masters thesis. I checked out the repo but was not able to build the project. My system:
What I did:
Followed the steps in Mozillas Doku
./mach boostrap
and./mach build
I was able to build FF nightlyCheck out the foxhoud repo
install ccache via https://chocolatey.org/
download git-cinnabar and added it to my path
install rust via rustup
copied
taintfox_mozconfig_win
to.mozconfig
removed
ac_add_options --enable-cdp
from .mozconfig because I got the error:./mach build
again and I get the following error:I have llvm installed via choco. But it seams like the package does not include
llvm_dlltool
. I was unable to find instructions on how to installllvm_dlltool
on the web.Any help on the build setup is greatly appreciated!