Skip to content

Commit c18edcd

Browse files
Gardening: Update build instructions
1 parent 3980e3b commit c18edcd

File tree

2 files changed

+11
-22
lines changed

2 files changed

+11
-22
lines changed

.vsconfig

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"Microsoft.VisualStudio.Component.SQL.CLR",
1616
"Microsoft.Component.ClickOnce",
1717
"Microsoft.VisualStudio.Component.ManagedDesktop.Core",
18-
"Microsoft.NetCore.Component.Runtime.6.0",
18+
"Microsoft.NetCore.Component.Runtime.9.0",
19+
"Microsoft.NetCore.Component.Runtime.8.0",
1920
"Microsoft.NetCore.Component.SDK",
2021
"Microsoft.VisualStudio.Component.FSharp",
2122
"Microsoft.ComponentGroup.ClickOnce.Publish",
@@ -34,23 +35,26 @@
3435
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
3536
"Microsoft.VisualStudio.Component.Graphics.Tools",
3637
"Microsoft.VisualStudio.Component.VC.DiagnosticTools",
37-
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
38+
"Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging",
3839
"Microsoft.VisualStudio.Component.ManagedDesktop.Prerequisites",
3940
"Microsoft.ComponentGroup.Blend",
40-
"Microsoft.VisualStudio.ComponentGroup.MSIX.Packaging",
4141
"Microsoft.VisualStudio.Workload.ManagedDesktop",
42+
"Microsoft.VisualStudio.Component.VC.ATL",
4243
"Microsoft.VisualStudio.Component.VC.Redist.14.Latest",
4344
"Microsoft.VisualStudio.ComponentGroup.NativeDesktop.Core",
4445
"Microsoft.VisualStudio.ComponentGroup.WebToolsExtensions.CMake",
4546
"Microsoft.VisualStudio.Component.VC.CMake.Project",
46-
"Microsoft.VisualStudio.Component.VC.ATL",
4747
"Microsoft.VisualStudio.Component.VC.TestAdapterForBoostTest",
4848
"Microsoft.VisualStudio.Component.VC.TestAdapterForGoogleTest",
4949
"Microsoft.VisualStudio.Component.VC.ASAN",
50+
"Microsoft.VisualStudio.Component.Vcpkg",
5051
"Microsoft.VisualStudio.Component.Windows10SDK.20348",
52+
"Microsoft.VisualStudio.Component.Windows10SDK.19041",
5153
"Microsoft.VisualStudio.Workload.NativeDesktop",
5254
"Microsoft.Net.ComponentGroup.TargetingPacks.Common",
5355
"Microsoft.Net.Component.4.6.TargetingPack",
56+
"Microsoft.NetCore.Component.Runtime.6.0",
5457
"Microsoft.Net.Component.4.6.1.TargetingPack"
55-
]
58+
],
59+
"extensions": []
5660
}

README.md

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,14 @@ This is a fork of the original [7th Heaven 2.x](https://github.com/unab0mb/7h) r
1818
- [Latest stable release](https://github.com/tsunamods-codes/7th-Heaven/releases/latest)
1919
- [Latest canary release](https://github.com/tsunamods-codes/7th-Heaven/releases/tag/canary)
2020

21-
## Install
22-
23-
> **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-
3121
## Build
3222

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-
3923
### Visual Studio
4024

4125
0. Download the the latest [Visual Studio Community](https://visualstudio.microsoft.com/vs/community/) installer
4226
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
4429

4530
### Visual Studio Code (Using Extension in Preview)
4631

0 commit comments

Comments
 (0)