Hi,
On 29.04.19 13:44, Roman Haefeli wrote:
Hey all
Is there an easy way to use the pd-lib-builder Makefile to compile externals for Linux i386 on Linux amd64? Currently, I'm using a Debian Stretch i386 KVM VM specifically for this purpose. But since I am successfully cross-compiling for Windows 32bit and 64bit targets with mingw compiler, I was wondering if it was as easy to cross-compile for Linux as easily.
You can use debootstrap for cross-compilation. A simple implementation is outlined in the documentation for purest_json: https://github.com/residuum/PuRestJson/wiki/Compilation#building-for-differe...
Hth, Thomas