Open UlyssesZh opened 7 months ago
Unfortunately my only macos machine is my work laptop and file sharing services such as MEGA are forbidden, so I will not be able to work on this.
The MacOS instructions in the megacmd README are a little strange: they require you to download a bundle of dependencies and a patched config.h
distributed on MEGA. Not sure how you are supposed to download that without megacmd already built...
I don't think we should follow those instructions.
https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/misc/megacmd/default.nix
Here is my attempt to make it work for darwin, but it fails to build:
It fails during compiling. It complains that the type
MacFileSystemAccess
is undeclared. It is declared insdk/include/mega/osx/megafs.h
and defined insdk/src/fs.cpp
, but those files are not added to the compiling commands.@lunik1 I would appreciate it very much if you could add darwin support to that package. Thank you!
Add a :+1: reaction to issues you find important.