B balanga Mar 21, 2019 #1 How would I go about running make and then make install where the install target is a different machine?
How would I go about running make and then make install where the install target is a different machine?
D-FENS Mar 21, 2019 #2 arm/crossbuild - FreeBSD Wiki make buildworld TARGET_ARCH=armv6 To install, you could run make install with a specific destination directory, then make a tar file and extract it on the other machine.
arm/crossbuild - FreeBSD Wiki make buildworld TARGET_ARCH=armv6 To install, you could run make install with a specific destination directory, then make a tar file and extract it on the other machine.