shshemi / tabiew

A lightweight TUI application to view and query tabular data files, such as CSV, TSV, or parquet.
MIT License
541 stars 14 forks source link

ARM Build for Raspberry Pi #10

Closed Write closed 3 months ago

Write commented 3 months ago

Hello, lovely project.

Would it be possible to have an ARM pre-built binaries available ?

Thanks a lot.

shshemi commented 3 months ago

Hi, thank you

Sure, I added compilation for Linux ARM v6 and v7 to the backlog.

If you are interested, compiling Tabiew is straightforward. Just install the latest version of Rust from here, and follow the instructions in the README.

Please be aware that it may take a while to compile.

shshemi commented 3 months ago

The ARM v7 and v8 pre-builds are included in the 0.6.2 release version.