Page 1 of 1

Palemoon Build Instruction Sticky

Posted: 2015-08-26, 16:04
by Lord_Brezel
I would really like a sticky where the pm4linux maintainer posts the current .mozconfig and further environment details he/she uses to build the official binaries. (mozconfig, dependencies, build dependencies, versions of kernel/gcc/binutils/python/whateverisimportant, optimisation settings and cflags)
I want to replicate the official binaries from source, for my own machines only.

Re: Palemoon Build Instruction Sticky

Posted: 2015-08-26, 22:14
by trava90
Hi and welcome to the forum!

You can find this information on the Pale Moon for Linux site:

http://linux.palemoon.org/help/build/

Re: Palemoon Build Instruction Sticky

Posted: 2015-08-26, 23:18
by ketmar
also, please note that while it's possible to build Pale Moon with gcc other than 4.7, the resulting builds are much less stable. so if you want a smooth experience without occasional crashes, you have to use gcc 4.7.

Re: Palemoon Build Instruction Sticky

Posted: 2015-08-26, 23:22
by trava90
ketmar wrote:also, please note that while it's possible to build Pale Moon with gcc other than 4.7, the resulting builds are much less stable. so if you want a smooth experience without occasional crashes, you have to use gcc 4.7.
Actually in my experience, GCC 4.9 and higher do produce stable builds, provided you use --enable-optimize="-O2" rather than -O3.

Re: Palemoon Build Instruction Sticky

Posted: 2015-08-26, 23:33
by ketmar
i've seen occasional crashes with 4.9, both with "-O2" and with "-O3". yet they were random, and i was unable to reprocude that, and didn't want to run PM with gdb forever. so i switched to 4.7, and haven't seen any crash since. so it's better play safe here, i think. ;-)