Skip to content

Updated Visual Studio solution to build all of libimobiledevice at once

License

Notifications You must be signed in to change notification settings

libimobiledevice-NET/libimobiledevice-vs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visual Studio solution & projects for libimobiledevice

The libimobiledevice project consists of multiple libraries - such as libplist, libusbmuxd and libimobiledevice.

Each library lives in its own repository, and references the other libraries. By default, these projects are referenced as Vcpkg packages. This provides great isolation for each library.

This setup can be cumersome when you're making changes that touch multiple libraries at once, because you need to make a change, update the dependency, and try again.

This repository contains a Visual Studio solution and projects which allow you to build all of libimobiledevice at once, using Visual Studio.

Maintenance 🔧

This project is currently in maintenance mode and may not compile using the latest commit.

  • Added libimobiledevice-glue and libtatsu libraries
  • Silenced warnings and altered project settings that prevented compilation
  • Win32 and x64 can compile in both Debug and Release configurations
  • Migrated VS17 projects
  • Added new libimobiledevice tools

Status

  • Azure Pipelines and workflows broken
  • macOS support broken
  • Ubuntu support broken

Getting started

You'll need vcpkg to install dependencies (such as libcurl) and a couple of repositories to configure your development environment.

To install vcpkg and the dependencies, run:

git clone https://github.com/microsoft/vcpkg
vcpkg\bootstrap-vcpkg.bat
vcpkg\vcpkg integrate install
vcpkg\vcpkg install libiconv:x64-windows zlib:x64-windows openssl:x64-windows dirent:x64-windows getopt:x64-windows curl:x64-windows libzip:x64-windows libxml2:x64-windows libusb:x64-windows libusb-win32:x64-windows pthreads:x64-windows readline:x64-windows pcre:x64-windows dirent

To compile for x86 you will also need:

vcpkg\vcpkg install curl:x86-windows libxml2:x86-windows getopt:x86-windows libzip:x86-windows libusb:x86-windows libusb-win32:x86-windows pcre:x86-windows readline:x86-windows

To get the libmobiledevice source code, run:

get-source.cmd

You can now open the libimobiledevice-vs.sln solution and start compiling libimobiledevice.

About

Updated Visual Studio solution to build all of libimobiledevice at once

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published