dimanche 9 février 2014

How to charge an iPAd on ubuntu 12.04

Original source: https://github.com/mkorenkov/ipad_charge/wiki

All you need to do is:
in terminal run the following commands:

sudo apt-get install libusb-1.0-0 libusb-1.0-0-dev
git clone https://github.com/mkorenkov/ipad_charge.git
cd ipad_charge/
make
sudo make install
 
Done. No restart required :)