-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More build instructions #3092
base: master
Are you sure you want to change the base?
More build instructions #3092
Conversation
There is no public ARM64 build available for Sandboxie Classic, so any update to improve the build instructions on this front is welcome. I also believe the huge number of warnings in Visual Studio should be faced somehow... is there any chance they could slow down the build time? |
Some core components (like the driver) are contained in Sandbox.sln, so at least part of that has to be compiled anyway. I'd love to test the GUI of Sandboxie classic on ARM64, but I don't have a device with that... I'll check with emulators hoping it won't be slow as molasses
Likely not, warnings are mostly about code that could cause issues in some edge cases |
a2dc65e
to
02f6688
Compare
02f6688
to
ec595c4
Compare
I can't seem to find a way to target ARM64 on VS, is it not possible for now? |
which VS version are you using? |
Forgot to say, I can't seem to target ARM64 on SandboxiePlus.sln I can target (and compile for) ARM64 on Sandbox.sln |
While we're here, how do you test on ARM64? Do you have a native machine or use an emulator? I'm trying to get Windows 11 ARM64 working with QEMU but it seems like I need to compile EDK II... |
I started with a RaspberyPi 4 and then moved to a ARM64 laptop IdeaPad 5g, |
@isaak654 fair point, I think it even can be moved to the top as qmake_plus.bat doesn't use curl or 7z Also, sorry for being absent these days, I need to study for an upcoming exam so I can't dedicate much time to other things |
@DavidXanatos wdyt about me adding an argument to qmake_plus.cmd to make it possible to change the Qt directory? It could even be optional defaulting to the current value as not to break current workflows, but would make it possible for people who don't have the same directory structure to compile without having to resort to symlinking to the Qt directory |
So there seems to be an issue: I need to use the <arch> Native Tool Command Prompt for VS2019 to compile SBP for Win32/x64 (where arch is the respective target architecture), since the "normal" developer command prompt doesn't work... but that means that I can't test building for ARM64 on my machine |
Also, I changed the target Qt version for ARM64 since 6.3.1 isn't available anymore with the online installer |
well of course the check fails... the QT version is mismatched |
More build instructions to build Sandboxie, and once I figure it out for Sandboxie-Plus too
I can't get to build for ARM64 on my machine though