Closed sknagappan closed 1 year ago
Is there binary packages available, which i can use directly?
Sorry, but there's no binary package available. I'm not sure if vcpkg or Conan works for you. You can have a try.
i dont see configure script like ./configure --build x86_64-pc-linux-gnu --host aarch64-linux-gnu
redis-plus-plus does not support building with configure
, instead, you can use cmake to build it or use third party package management tool like vcpkg or Conan to compile.
what's the easiest way to cross compile?
Sorry, I'm not familiar with cross compile. You might need to ask help from some cross compiling expert. So sorry for that.
Regards
Since there's no update, I'll close this issue.
Regards
like to run redis-plus-plus in ARM64 debian linux
Is there binary packages available, which i can use directly?
like most packages, i dont see configure script like ./configure --build x86_64-pc-linux-gnu --host aarch64-linux-gnu so what's the easiest way to cross compile?