rmottola / Arctic-Fox

Web Browser for Mac OS X 10.6+, Linux (PowerPC, x86, amd64, ARM, MIPS), NetBSD, OpenBSD, and Windows XP.
Other
290 stars 35 forks source link

Build instructions for Linux ? #124

Closed ScarFez closed 1 year ago

ScarFez commented 1 year ago

Any hope for build instructions ?

kth5 commented 1 year ago

Maybe this PKGBUILD helps?

https://github.com/kth5/archpower/tree/master/arcticfox

rmottola commented 1 year ago

Building is very similar to PaleMoon or FireFox itself.... create your .mozconfig (there are several examples), customize it and build with "mach build". You will need several dependencies, depending on your configuration, for most you will be guided. Only caveat to begin with is: autoconfig 2.13 and python 2.7 are required.

vl-ms commented 1 year ago

Somebody should just fix the existing link to Pale Moon documentation in the README.md that got broken some time ago. I'm too lazy to setup my own branch for this tho. The new link is http://developer.palemoon.org/build/linux/ and http://developer.palemoon.org/build/windows/ for linux and windows respectively.

xplshn commented 1 year ago

I made an AppImage of the 42.0 release, its here: https://github.com/xplshn/RAWFILES/releases/download/release/Arcticfox-x86_64.AppImage

You can check the contents of any app image by appending this argument --appimage-extract and it will decompress itself to a squashfs-root dir. Which would have all the binaries of Arcticfox under usr/arcticfox.

rmottola commented 1 year ago

I made a new Wiki entry so to allow having specific AF build instructions. There I also linked useful PaleMoon and TenFourFox resources, after having updated as @vl-ms the PM links.

https://github.com/rmottola/Arctic-Fox/wiki/Build-Instructions

xplshn commented 1 year ago

Thanks, I figured it out. I made an appimage. It will be published at appimagehub when its approved