relan / exfat

Free exFAT file system implementation
GNU General Public License v2.0
779 stars 176 forks source link

we meet "configure: error: Package requirements (fuse) were not met" on ubuntu16.04 about exfat #179

Closed jim-qiu closed 2 years ago

jim-qiu commented 2 years ago

we get the code from https://github.com/relan/exfat,and then the steps are following:

  1. cd exfat
  2. autoreconf --install
  3. ./configure
relan commented 2 years ago

Did you install libfuse-dev?

jim-qiu commented 2 years ago

Did you install libfuse-dev?

after I run "sudo apt install libfuse-dev",now we run "./configure",we can generate the Makefile,thanks.Do you have exfat for android devices ?

relan commented 2 years ago

Some custom Android ROMs integrated fuse-exfat, but I never tried that myself.

jim-qiu commented 2 years ago

The android version of our device is android 10,we do not find fuse-exfat