From 85276ad3354060fdac4e3b4132aa902d42866afa Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 26 Sep 2024 20:28:51 +0300 Subject: [PATCH] Updated for current multilib Signed-off-by: Dimitris Zlatanidis --- filelists/multilib/current/README | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 filelists/multilib/current/README diff --git a/filelists/multilib/current/README b/filelists/multilib/current/README new file mode 100644 index 00000000..a0d47fb3 --- /dev/null +++ b/filelists/multilib/current/README @@ -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!