Skip to content

PIPPOAKERFILE/SideServer-Windows

 
 

Repository files navigation

SideServer for Windows

MSBuild

Alt

Building

In order to compile SideServer on VS 2019/2022 there a few things required. Install the installer plugin that match your VS version from here.

  1. clone the repository recursively and checkout the error_handling branch
  2. install and bootstrap VCPKG
  3. In the Dependencies\libimobiledevice-vs folder, run the ./get-source script to download the source repos
  4. In the project imobiledevice:
    • Open the project properties page
    • Navigate to Configuration Properties > vcpkg
    • Turn on Use Vcpkg Manifest
  5. In AltServer and AltSign, change the toolset to v143 (if using VS2022)

The code should now compile, but only in x86 for now.

To Do

  • Fix x64 build??
  • Add pairing file support (commented out, some module error)
  • Rebrand AltServer to SideServer
  • Add beta build install option

About

SideServer of the nightmare variety (WIP)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 61.1%
  • C++ 36.3%
  • HTML 2.4%
  • Shell 0.1%
  • Makefile 0.1%
  • CMake 0.0%