maharmstone / ntfs2btrfs

GNU General Public License v2.0
683 stars 30 forks source link

Compiling in linux #7

Closed jmacato closed 3 years ago

jmacato commented 3 years ago

OS: Ubuntu 20.10

I tried compiling this on a live cd and installed build-essential and cmake but it fails and the error points to fmt::fmt-header-only thing. Any ideas?

maharmstone commented 3 years ago

Sorry, I forget to say that there's a dependency on libfmt - I've updated the README.

Try installing libfmt-dev, it should work then.

jmacato commented 3 years ago

sorry for not saying that i already tried to install libfmt-dev and still had errors :(

huangz986 commented 3 years ago

modify CMakeLists.txt, change fmt::fmt-header-only to fmt::fmt