diff options
| author | 2017-05-22 12:11:26 +0200 | |
|---|---|---|
| committer | 2017-05-22 12:11:26 +0200 | |
| commit | c724e70fb52ba45291dc73a2e369c0c5bae0ec2e (patch) | |
| tree | ffb6ef0e2edb4d8673a7f3271ccd9ed754e466df /README | |
| parent | 5b338a411203cd42e7b09d56585e1acb408f406e (diff) | |
| download | libusbmuxd-c724e70fb52ba45291dc73a2e369c0c5bae0ec2e.tar.gz libusbmuxd-c724e70fb52ba45291dc73a2e369c0c5bae0ec2e.tar.bz2 | |
Updated README
Diffstat (limited to 'README')
| -rw-r--r-- | README | 11 | 
1 files changed, 9 insertions, 2 deletions
| @@ -31,6 +31,13 @@ To compile run:  	make  	sudo make install +If dependent packages cannot be found when running autogen.sh (or configure) +make sure that pkg-config is installed and set the PKG_CONFIG_PATH environment +variable if required. It can be passed directly like this: + +PKG_CONFIG_PATH=/usr/local/lib/pkgconfig ./autogen.sh + +  Who/What/Where?  =============== @@ -44,7 +51,7 @@ Code (Mirror):  	git clone https://github.com/libimobiledevice/libusbmuxd.git  Tickets: -	http://github.com/libimobiledevice/libusbmuxd/issues +	https://github.com/libimobiledevice/libusbmuxd/issues  Mailing List:  	http://lists.libimobiledevice.org/mailman/listinfo/libimobiledevice-devel @@ -60,4 +67,4 @@ libimobiledevice is an independent software library and has not been  authorized, sponsored, or otherwise approved by Apple Inc.  README Updated on: -	2014-10-02 +	2017-05-21 | 
