Coder Social home page Coder Social logo

coronalabs / submodule-libusbmuxd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from libimobiledevice/libusbmuxd

1.0 3.0 1.0 187 KB

A client library to multiplex connections from and to iOS devices

License: GNU Lesser General Public License v2.1

Makefile 1.24% Shell 0.20% C 76.35% M4 22.21%

submodule-libusbmuxd's Introduction

libusbmuxd

About

A client library to multiplex connections from and to iOS devices by connecting to a socket provided by a usbmuxd daemon.

Requirements

Development Packages of:

  • libplist

Software:

  • usbmuxd (Windows and Mac OS X can use the one provided by iTunes)
  • make
  • autoheader
  • automake
  • autoconf
  • libtool
  • pkg-config
  • gcc or clang

Optional:

  • inotify (Linux only)

Installation

To compile run:

./autogen.sh
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

If you require a custom prefix or other option being passed to ./configure you can pass them directly to ./autogen.sh like this:

./autogen.sh --prefix=/opt/local --without-cython
make
sudo make install

Who/What/Where?

Credits

Apple, iPhone, iPod, and iPod Touch are trademarks of Apple Inc. libimobiledevice is an independent software library and has not been authorized, sponsored, or otherwise approved by Apple Inc.

README Updated on: 2019-06-20

submodule-libusbmuxd's People

Contributors

nikias avatar funkym avatar zbalaton avatar aburgh avatar hyperair avatar smartype avatar aguinetqb avatar cfergeau avatar dafyddcrosby avatar qmfrederik avatar posixninja avatar

Stargazers

 avatar

Watchers

R2robot avatar James Cloos avatar  avatar

Forkers

kchecker

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.