Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
nikias committed May 22, 2017
1 parent 5b338a4 commit c724e70
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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?
===============

Expand All @@ -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
Expand All @@ -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

0 comments on commit c724e70

Please sign in to comment.