File library for checking types and architecture.
sudo apt install gcc make binutilspacman -S gcc make binutilschmod +x configure # Make it executable
./configure
make # Compile itTip
You can use "./configure ARCH=" to change the architecture of the compiled library. Example:
./configure ARCH=i386 # Compile it for x86
./configure ARCH=amd64 # Compile it for x64