Support Board
Date/Time: Fri, 22 Nov 2024 17:55:02 +0000
Post From: Linux
[2024-05-02 19:14:42] |
User900285 - Posts: 94 |
@YSS Yes you can use the remote compiler, although if you include additional dependencies you might need to use a local compiler. I build the binaries on a Windows 11 virtual machine running inside my Debian 12 box. The software that runs the virtual machine is called LXD. I edit the source and debug the studies on the parent Linux box. I switch over to the VM and build locally there using clang 16 which uses MSVS. I tell my build script which source I need to obtain, it grabs it using scp, builds the DLL on Windows 11 VM, then copies the binaries back over to the Linux box where I can run them on Sierra through Wine. Date Time Of Last Edit: 2024-05-02 19:15:21
|