You need libffi7 and libjpeg8 for SeaLion on Fienix.
You can install them with the following commands:
Code: Select all
fienix@fienix:~/Downloads/sealion$ sudo apt-get install libffi7
fienix@fienix:~/Downloads/sealion$ sudo apt-get install libjpeg8
Code: Select all
fienix@fienix:~/Downloads/sealion$ sudo apt-get install libffi7
fienix@fienix:~/Downloads/sealion$ sudo apt-get install libjpeg8
xeno74 wrote: Tue Nov 12, 2024 8:30 pm I compiled the new SeaLion 33.4.0 on Linux x86_64 as well.
Download: sealion-33.4.0.linux-x86_64.tar.xz
I compiled SeaLion 33.5.1 for older Linux PPC distributions for example Void PPC without AltiVec support today.Wicknix wrote: This release is current with the latest UXP. You can find out what has changed from UXP's release notes found here: http://www.palemoon.org/releasenotes.shtml
Add-ons, extensions, and themes can be found here: https://github.com/wicknix/SeaLion/rele ... 33.0.0.zip
Older browsers that can't see the downloads click here: https://github.com/wicknix/SeaLion/rele ... ets/33.5.1
Great! Thanks a lot for testing the new SeaLion.Skateman wrote: Sun Jan 26, 2025 2:05 pm The latest Sealion running on my PPC e5500 x 4 computer using 6.14 Alpha3 kernel.
Code: Select all
sudo dnf update gcc-c++
Code: Select all
export CC="gcc -flax-vector-conversions -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16 -maltivec -mabi=altivec"
export CXX="g++ -flax-vector-conversions -fpermissive -O3 -falign-loops=16 -falign-functions=16 -falign-labels=16 -falign-jumps=16 -maltivec -mabi=altivec"
mk_add_options AUTOCONF=/usr/bin/autoconf-2.13
# Set GTK Version to 2 or 3
_GTK_VERSION=2
ac_add_options --target=powerpc64-linux-gnu
ac_add_options --host=powerpc64-linux-gnu
ac_add_options --with-system-jpeg
ac_add_options --enable-application=navigator
ac_add_options --enable-optimize
ac_add_options --enable-jxl
ac_add_options --enable-strip
ac_add_options --enable-default-toolkit=cairo-gtk2
ac_add_options --disable-tests
ac_add_options --disable-debug
ac_add_options --disable-crashreporter
ac_add_options --disable-webrtc
ac_add_options --disable-necko-wifi
ac_add_options --disable-safe-browsing
ac_add_options --disable-devtools
ac_add_options --disable-pulseaudio
ac_add_options --disable-jemalloc
ac_add_options --disable-updater
ac_add_options --disable-gconf
ac_add_options --disable-gamepad
ac_add_options --disable-precompiled-startupcache
export MOZ_TELEMETRY_REPORTING=0
export MOZ_ADDON_SIGNING=0
export MOZ_REQUIRE_SIGNING=0
Code: Select all
'target_name': 'gcm-aes-ppc_c_lib',
'type': 'static_library',
'sources': [
'gcm-ppc.c',
- 'sha512-p8.s',
],
'dependencies': [