ideviceunback icon indicating copy to clipboard operation
ideviceunback copied to clipboard

anyway to build this for win32 port?

Open rcmpayne opened this issue 8 years ago • 3 comments

rcmpayne avatar Jan 12 '17 20:01 rcmpayne

You could try using MS VisualStudio 2015 or later; seems they greatly improved their common C runtime libraries as of that version.

inflex avatar Jan 12 '17 23:01 inflex

I'll see if there's a sane way to cross compile for W32 as well.

inflex avatar Jan 12 '17 23:01 inflex

For cross-compiling to Windows, there is the MinGW project:

https://en.wikipedia.org/wiki/Mingw-w64

These days the best option is to install a full Linux distro using Microsoft WSL. WSL1 lets you run Linux binaries on the Windows kernel using syscall translation. WSL2 is Linux in a VM, which some bridges to the Windows screen/filesystem etc:

https://en.wikipedia.org/wiki/Windows_Subsystem_for_Linux

pabs3 avatar Dec 24 '21 02:12 pabs3