We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1caf90e commit b5f76feCopy full SHA for b5f76fe
1 file changed
README.md
@@ -12,7 +12,7 @@ In order to compile SideServer on VS 2019/2022 (not tested on any earlier versio
12
**Build Instructions**
13
1. Clone the repository **recursively** (or run `git submodule update --init --recursive` after pull).
14
2. In the `Dependencies\libimobiledevice-vs` folder, run the `./get-source` script to download the libimobiledevice source repos
15
-3. If using VS2022, in the `AltServer` and `AltSign` projects, change the MSVC toolset to `v143`.
+3. If using VS2022, in the `AltServer` and `AltSign` projects, change the MSVC toolset to `v143` (note that the migration tool may do this for you).
16
4. Compile (x86 only - the project won't work in x64).
17
18
### To Do
0 commit comments