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.
- clone the repository recursively and checkout the
error_handling
branch - install and bootstrap VCPKG
- In the
Dependencies\libimobiledevice-vs
folder, run the./get-source
script to download the source repos - In the project
imobiledevice
:- Open the project properties page
- Navigate to
Configuration Properties > vcpkg
- Turn on
Use Vcpkg Manifest
- In
AltServer
andAltSign
, change the toolset tov143
(if using VS2022)
The code should now compile, but only in x86 for now.
- Fix x64 build??
- Add pairing file support (commented out, some module error)
- Rebrand AltServer to SideServer
- Add beta build install option