how to install libirecovery in ubuntu or linux mint or kali linux
Development Packages of:libusb,libreadline
Software: make, autoheader, automake, autoconf, libtool, pkg-config, gcc
link vedio for install libusb: • how to install libusb in ubuntu or li...
link vedio for install libreadline: • how to install libreadline in ubuntu ...
install autoheader: default install
link vedio for install automake: • how to install automake in ubunt , ka...
link vedio for install autoconf and libtool : • how to install autotools and autoconf...
link vedio for install pkg-config : default install
link vedio for install gcc : • how to install gcc ,g++ on ubuntu lin...
install make : installted with gcc and g++
/**********************************************/
open terminal(CTRL+ALT+T)
1. sudo su
2. apt-get update
3. cd /opt
4. git clone https://github.com/libimobiledevice/l... libirecovery
5. cd libirecovery
6. chmod 755 autogen.sh
7. ./autogen.sh
8. make
9. make install