brechtsanders / xlsxio

XLSX I/O - C library for reading and writing .xlsx files
MIT License
417 stars 112 forks source link

how can i cross compile these libraries for my arm platform #44

Closed chinnaece closed 5 years ago

brechtsanders commented 5 years ago

As with each platform: make sure you have the required build tools (cmake and a C compiler like gcc or llvm) and dependancies (see README.md) installed on your platform. Then just build using cmake as you would on any other platform.

chinnaece commented 5 years ago

Is there any way to Cross compile this library on my pc (linux host), then port into my arm platform.

brechtsanders commented 5 years ago

Probably yes, but I'm no expert on cross-compiling. But I guess you need the dependancies already cross compiled and then figure out how to cross compile using cmake.