iphone on Linux Debian7/ubuntu12.04/linuxmint13 build from source

The packages we need for ubuntu12.04 and its derived destros are:

libimobiledevices, libplist, libusbmuxd

Mostly the important thing is libimobiledevices. and it has an official site: http://libimobiledevice.org   . You can download the sources codes there.

Now I have compiled those packages for Debian7/ubuntu12.04/linuxmint13 x64 version . You may download and try.

libimobiledevice 1.2.0

http://pan.baidu.com/s/1i3zkwpn

libplist 1.12

http://pan.baidu.com/s/1c0pRf0G

libusbmuxd 1.0.10

http://pan.baidu.com/s/1o6uWzRs

Happy hacking!

时间: 2024-08-11 23:03:25

iphone on Linux Debian7/ubuntu12.04/linuxmint13 build from source的相关文章

openssh6.7.deb download packed for debian7/ubuntu12.04 amd64

openssh the openssh-server on debian7/ubuntu12.04 is too old and out of date. so now we replace and compile them from source. In production, that's vital. Here's download link. http://pan.baidu.com/s/1qWyTfuG SSH version 1 is weak, SSH 2 is recommend

Linux(ubuntu12.04)基本服务(网络服务,samba,nfs)及vim编辑器的配置总结

一,网络服务的配置: 1.1配置文件的位置:/etc/network/interfaces 1.2配置文件的内容: auto lo iface lo inet loopback #以下是新添加的内容,设置为静态获取ip地址 auto eth1  iface eth1 inet static  #ip地址设置成与主机Windows同一网段,其它的与windows相同  address 192.168.1.30  netmask 255.255.255.0 gateway 192.168.1.1 1

【Linux】Ubuntu12.04的下载与安装

Ubuntu现在官方主推的系统是14.04的64-bit,这东西在虚拟机划出1G内存给它也很卡,因此还是选择经典版本Ubuntu12.04.直接打开Ubuntu选择性下载页http://www.ubuntu.com/download/alternative-downloads(点击打开链接)翻到BT下载的部分,找到Ubuntu 12.04.5 Desktop (32-bit),这东西就是不错的系统,大小就是730M,一张CD的大小,Ubuntu14.04,64-bit太蛋疼了,又大又卡死了,这个

2、linux(ubuntu12.04)下:通过pip对python软件或源码安装和卸载,以及正常软件或源码的安装和卸载

以下通过安装和卸载ryu来进行解释: 1.ryu安装 1.1.正常模式下安装步骤 (1)第一种方式:简易安装方法apt-get:sudo apt-get install ryu (2)第二种方式:源码安装: 首先,有configure文件的,首先运行命令: ./configure 然后,有makefile文件的,运行命令:make all 最后,运行命令:make install 1.2.安装Python的源码或软件 (1)第一种方式:现在Python很多源码都支持简易安装pip.输入命令:pi

Linux(Ubuntu12.04)安装nginx

Nginx ("engine x") 是一个高性能的 HTTP 和反向代理服务器,也是一个 IMAP/POP3/SMTP 代理服务器. Nginx 是由 Igor Sysoev 为俄罗斯访问量第二的Rambler.ru 站点开发的,它已经在该站点运行超过四年多了.Igor 将源代码以类BSD许可证的形式发布.自Nginx 发布四年来,Nginx 已经因为它的稳定性.丰富的功能集.示例配置文件和低系统资源的消耗而闻名了.目前国内各大门户网站已经部署了Nginx,如新浪.网易.腾讯等:国内

Ubuntu12.04(64bit)下安装Qt4总结

本文主要介绍linux系统Ubuntu12.04(64bit)下Qt4.8.5的安装,其中还涉及Fedora9下Qt4的安装. 1.下载软件:去Qt的官网下载Qt4.8.5和Qt Creator软件,下载的具体软件如下: Qt4.8.5软件:qt-everywhere-opensource-src-4.8.5.tar.gz Qt Creator软件:qt-creator-linux-x86_64-opensource-2.5.2.bin 2.解压qt-everywhere-opensource-

openbr on linuxmint13/ubuntu12.04/debian7 x64 facial recognition [Compile from source!!!]

Openbr is a great project for facial detecting. System: linuxmint 13 x86_64 Face recognition,  motion / gender / age / detection Here it's website: http://www.openbiometrics.org/ It's github page: https://github.com/biometrics/openbr Awareness Just n

linux环境c++开发:ubuntu12.04使用llvm3.4.2

什么是 clang/llvm/libc++[1] clang 是最近几年(在大财主苹果的支持下)发展得非常好的 C 家族语言 (包括C/C++/Obj-C/Obj-C++) 编译器前端,所谓前端,就是它可以认识 C/C++/Obj-C/ObjC++ 代码,并且把它转化成某种更接近机器指令的形式.理论上说,“某种形式”是语法树,但作为一个工具,clang 实际上会帮助你调用链接器生成可执行代码,这跟 gcc 是一样的. llvm 是一个通用的编译优化和代码生成平台,它定义了一个中间语言 LLVM

转:Ubuntu12.04编译VLC,在linux上运行

Ubuntu12.04编译vlc2.1.0 1.编译环境 VM8.0.1 # gcc -v Using built-in specs. COLLECT_GCC=gcc COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper Target: i686-linux-gnu Configured with: ../src/configure -v --with-pkgversion='Ubuntu/Linaro 4.6.3-1ub