google / lyra

A Very Low-Bitrate Codec for Speech Compression
Apache License 2.0
3.83k stars 354 forks source link

Cross compilation #67

Closed shoham5 closed 3 years ago

shoham5 commented 3 years ago

Hi,

I would like to do cross compilation to bare-metal. I have the tool-chain. Could I use the tool-chain in Bazel? or should I put the Lyra code in the IDE and then compile it?

Thanks,

aluebs commented 3 years ago

I don't have experience with that. But I am guessing that both path would work, it's a matter of figuring out what would be easier.

shoham5 commented 3 years ago

Sorry I'm reopened, but I'm just a little bit stuck.

  1. Are there any requirements on target architecture?
  2. Does Lyra work on Linux and Android platforms only?

will appreciate any help

aluebs commented 3 years ago

Unfortunately I only built Lyra for Linux and Android, so I am not aware of any other platforms or requirements.