0

I'm at the Get Started build instructions for libimobiledevice:

Build

Enter the commands provided below.

$ ./autogen.sh \
    --prefix=/opt/local \
    --enable-debug
$ make

... and I see the following error:

bash: ./autogen.sh: No such file or directory

So, where can I get this file?

quipquopro
  • 93
  • 1
  • 1
  • 7

1 Answers1

0

I missed the part where you need to download those libraries, but then I found these docs. However, it still wasn't working for me because fuse was not installed on my system. Fortunately, I found another article which explained that process. Now I can successfully pair my phone and mount it, but I only see iOS related folders. Is that normal?

quipquopro
  • 93
  • 1
  • 1
  • 7