I'm using a Robot that is running on a customized version of Gentoo and make
is not available in it. I want to upgrade the Robot's OpenSSL version since it's super outdated but all the upgrade method that I found so far requires me to use make
command. Is there any method that doesn't require make
?
Note that, the Robot came with a VM that mirrored the Robot software and hardware capabilities. The make
command is available in the VM. Is it possible if I do the upgrading in the VM and transfer the files to the Robot?