Open StellarOrbit opened 3 years ago
you are "lucky" does NOT even install 32bit in my case
you are "lucky" does NOT even install 32bit in my case
Void differentiates between a native 32bit package and a 64bit compatible "multilib" package. Have you looked into the readme section regarding "--arch" and "-m"?
You can use the flags like this:
xdeb -Sedf -m --arch=x86_64 /path/to/32bit_package.deb
mea culpa ! S_O_R_R_Y !!!! I was confused and used the --arch=x86 as parameter (the cr*p when you are using different platforms) works as advertised !!
I am trying to convert a 64bit deb package to xbps and xdeb for the past few programs I have tried has only created 32 bit programs. Is there something I am missing here?