-
Notifications
You must be signed in to change notification settings - Fork 14
/
README
46 lines (35 loc) · 892 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
INSTALLATION
================================================================================
For:
kio slave implementation wrapping the AFC protocol
You must have:
kdelibs5-dev
libimobiledevice-dev
cmake
make
gcc
On Ubuntu/Debian, you can do:
sudo apt-get install build-essential cmake \
kdelibs5-dev libimobiledevice-dev
To install system wide:
mkdir build
cd build
cmake ..
make
sudo make install
If you only want to test it without messing with your system, you can run:
cmake -DCMAKE_INSTALL_PREFIX=/home/$USER/.kde
make
make install
== Who/what/where? ==
Home:
http://www.libimobiledevice.org/
Code:
git clone git://github.com/JonathanBeck/kio_afc.git
Tickets:
http://libiphone.lighthouseapp.com/
Please tag related bugs with 'kio_afc'
Mailing List:
http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel
updated:
2010-04-22