Updated for current multilib

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2024-09-26 20:28:51 +03:00
parent 84bb53b722
commit 85276ad335

View file

@ -0,0 +1,29 @@
Updated: 26/09/2024
Slackware for current - multilib packages & install instructions
-----------------------------------------------------------------------------
Before proceeding with the installation, it is better to read Eric's instructions.
You will find the file README.ERIC for this purpose, or refer directly to:
http://www.slackware.com/~alien/multilib/
Slackware 15.0 is the last release that needs separate (alien's) multilib
versions of gcc and glibc.
On August 30, 2024, Pat Volkerding added multilib capability to Slackware's
own gcc and glibc packages. What you still need to add to your system is
the collection of -compat32 packages.
First, edit the '/etc/slpkg/repositories.toml' file, change the mirror for -current
and enable it and run:
$ slpkg update --repository=multilib
$ slpkg install compat32.pkgs --repository=multilib
or
$ slpkg install '*' --repository=multilib
Please read README.ERIC for more or visit the site as I say above.
Enjoy!