|
1 | 1 | ## Sandboxie Build Instructions
|
2 | 2 |
|
3 |
| -Please note: there is another [ReadMe.md](./install/ReadMe.md) file in the [\install](./install/) folder that explains how to create the Sandboxie installers. |
4 |
| - |
5 |
| -1) Sandboxie builds under MS Visual Studio 2019. |
6 |
| -2) Install the Windows Driver Kit (WDK) for Windows 10, version 2004: |
| 3 | +Please note: there is another [ReadMe.md](./install/ReadMe.md) file in the [\install](./install/) folder that explains how to create the Sandboxie installers. |
| 4 | + |
| 5 | +Sandboxie builds under MS Visual Studio 2019. |
| 6 | +1) Acquire [Visual Studio 2019](https://visualstudio.microsoft.com/vs/older-downloads/#visual-studio-2019-and-other-products) |
| 7 | +2) In the Visual Studio Installer, tick "Desktop development with C++" |
| 8 | + - This will install all needed components to build, including the Windows 10 SDK (10.0.19041) |
| 9 | +3) If you need to build for other platforms, install the corresponding components <!-- If I can get it to work! --> |
| 10 | + - MSVC v142 - VS 2019 C++ {architecture} build tools (Latest) |
| 11 | + - MFC for latest v142 build tools {architecture} |
| 12 | +4) Install the Windows Driver Kit (WDK) for Windows 10, version 2004 (10.0.19041): |
7 | 13 | https://go.microsoft.com/fwlink/?linkid=2128854
|
8 |
| -3) The VS Solution File, Sandbox.sln, is in the source code root. Open this SLN in Visual Studio. |
| 14 | +5) The VS Solution File, Sandbox.sln, is in the source code root. Open this SLN in Visual Studio. |
| 15 | +6) If the WDK Extension doesn't install automatically, install it (can be found in <Windows Kits directory>\10\Vsix\VS2019) |
| 16 | +7) If you have a more recent Windows SDK version installed, retarget the solution to 10.0.19041 |
| 17 | + - This is for example necessary if VS2022 is also installed with the default desktop C++ components |
| 18 | +8) To compile for x64, it's necessary to first compile `core/LowLevel` for Win32 |
9 | 19 |
|
10 | 20 | ### Source Projects (in alphabetical order)
|
11 | 21 |
|
|
0 commit comments