thurask

Results 8 comments of thurask

I had issues getting it to build with 32-bit ARM in the past (#451) but on Raspberry Pi OS 11 ARM64 it's just the steps verbatim from the README file;...

Successful build on Raspberry Pi OS 12 (Bookworm) ARM64: - libcrypto++ package is now libcrypto++8 as of Bullseye - [libpcre++ has been removed from Debian Bookworm](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1017984) - System ffmpeg is...

@xd003 I don't have ARM hardware running Ubuntu but I do have an AMD64 23.10 system; compilation works using the Ubuntu 18.04 dependencies list (again without libpcre++) and ignoring FFmpeg...

Okay, found some bugs with the initial commit. Had to move JSON loading into `jsonhandler.py`, then have `main.py` and `writers.py` work from there. Otherwise we'd get cyclical imports and other...

1.7.0 builds on Bookworm using the same process as 1.6.3 above, although I did need to install ``libicu-dev`` to get compile to finish. ![image](https://github.com/meganz/MEGAcmd/assets/7698858/2aff4fd7-006e-4618-9e89-1ced7ff52dec)

I have the same issue with megacmd 1.6.3-1.1 download from the official repo, Ubuntu 23.04.

Just to add, while deb822 will be the default starting in Debian 13 coming out next month and already is the default in Ubuntu since 24.04, apt itself has supported...