2015年7月25日 星期六

[Archlinux] Multilib run 32-bit applications on 64-bit in Arch Linux


Edit /etc/pacman.conf
[multilib]
Include = /etc/pacman.d/mirrorlist

update the package list and upgrade with pacman -Syu
pacman -Syu


Install some library package.

pacman -S lib32-zlib # Compression library implementing the deflate compression method found in gzip and PKZIP (32-bit)
pacman -S lib32-gcc-libs # Runtime libraries shipped by GCC (32-bit)
pacman -S lib32-glibc # GNU C Library (32-bit)


pacman -S multilib-devel
Reference:

0 意見:

張貼留言