I've been using Operon just fine on the machine that I compiled it using nix build, but when I decided to copy the entire results folder that contains
results:
|-bin
|-include
|-lib
|_share
to a different machine, I couldn't run it because a whole set of different libraries were missing. How can I statically compile Operon so I can use it everywhere, without having to re-compile every time I want to move to a different system?
I've been using Operon just fine on the machine that I compiled it using
nix build, but when I decided to copy the entire results folder that containsto a different machine, I couldn't run it because a whole set of different libraries were missing. How can I statically compile Operon so I can use it everywhere, without having to re-compile every time I want to move to a different system?