I'm trying to install libimobiledevice, (from https://www.libimobiledevice.org/,) on my windows PC so that I can run iPhone emulators and commands when I'm making projects, but I'm having trouble figuring out what else do I need in order to install and configure libimobiledevice. So far following the instructions, I've tried command:
./autogen.sh
and
./autogen.sh make sudo make install
These are the errors I get:
./autogen.sh: line 13: libtoolize: command not found
./autogen.sh: line 15: aclocal: command not found
./autogen.sh: line 16: autoheader: command not found
./autogen.sh: line 17: automake: command not found
./autogen.sh: line 18: autoconf: command not found
./autogen.sh: line 23: ./configure: No such file or directory
While investigating more on I installed MinGW (Basic setup packeages,) I've cloned libplist, ideviceinstaller, libideviceactivation, libusbmuxd, (I couldn't find libzip.) Still no where closer for getting this set up. Are there still some other prerequisites I need to check first before getting this point?