You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> **HINT:** For an easier experience you can also use the setup .exe file in the release which will take care of doing the following steps for you.
24
-
25
-
0. Download and install the latest [.NET Desktop Runtime 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) for BOTH x86 and x64
26
-
1. Download and install the latest [Microsoft Visual C++ Redistributable](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) for BOTH x86 and x64
27
-
2. Download the latest release using one of the links above
28
-
3. Extract the .zip file to your preferred location e.g. C:\7th Heaven.
29
-
4. Run `7th Heaven.exe`
30
-
31
21
## Build
32
22
33
-
### Preparation
34
-
35
-
0. Clone the [vcpkg](https://vcpkg.io) project in the root folder of your `C:` drive ( `git clone https://github.com/Microsoft/vcpkg.git` )
36
-
1. Go inside the `C:\vcpkg` folder and double click `bootstrap-vcpkg.bat`
37
-
2. Open a `cmd` window in `C:\vcpkg` and run the following command: `vcpkg integrate install`
38
-
39
23
### Visual Studio
40
24
41
25
0. Download the the latest [Visual Studio Community](https://visualstudio.microsoft.com/vs/community/) installer
42
26
1. Run the installer and import this [.vsconfig](.vsconfig) file in the installer to pick the required components to build this project
43
-
2. Once installed, open the file [`7thHeaven.sln`](7thHeaven.sln) in Visual Studio and click the build button
27
+
2. Open the Visual Studio Developer Command Prompt and run the following command: `vcpkg integrate install`
28
+
3. Once installed, open the file [`7thHeaven.sln`](7thHeaven.sln) in Visual Studio and click the build button
44
29
45
30
### Visual Studio Code (Using Extension in Preview)
0 commit comments