Page 1 of 1

Running IFL on 64-bit Gentoo Linux

Posted: Tue Dec 31, 2024 3:34 pm
by sewagepipe
I've noticed there were no Gentoo specific instructions on the support article for How to run IFL on 64-bit Linux distributions, so I decided to share my findings. I hope that it might help someone in the future.

First make a new package.use file for IFL:

Code: Select all

nano /etc/portage/package.use/ifl
In that file enter/copy-paste the following:

Code: Select all

sys-libs/ncurses-compat abi_x86_32
media-libs/libpng-compat abi_x86_32
x11-libs/libXcursor abi_x86_32 abi_x86_64
x11-libs/libXft abi_x86_32 abi_x86_64
x11-libs/libXinerama abi_x86_32 abi_x86_64
Finally build the packages ncurses-compat and libpng-compat. The standard ncurses and libpng won't work, as they are the latest versions and 64-bit builds. IFL requires older versions ncurses 5 and libpng 1.2 in x86 32-bit binaries:

Code: Select all

emerge -av sys-libs/ncurses-compat:5

Code: Select all

emerge -av media-libs/libpng-compat:1.2
The above instructions were tested on Gentoo 2.15 64-bit running IFL 3.64.

Re: Running IFL on 64-bit Gentoo Linux

Posted: Wed Jan 01, 2025 1:20 am
by TeraByte Support
Thanks, V4 uses ncurses 6 and libpng 1.6.