Skip to content

Commit 3e6b069

Browse files
Aggrortebjan
authored andcommitted
Update README.md
I build stride source from scratch today but building worked only partially. I was have SDK 7 installed, but was still missing SDK 6.0. Also the Git LFS clone command is deprecated and buildin into Git clone
1 parent 17ab29b commit 3e6b069

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,18 +54,20 @@ Ask for help or report issues:
5454
### Prerequisites
5555

5656
1. **Latest** [Git](https://git-scm.com/downloads) **with Large File Support** selected in the setup on the components dialog.
57-
2. [Visual Studio 2022](https://www.visualstudio.com/downloads/) with the following workloads:
57+
2. [DotNet SDK 6.0](https://dotnet.microsoft.com/en-us/download/dotnet/6.0)
58+
* Run 'dotnet --info' in a console or powershell window to see which versions you have installed
59+
3. [Visual Studio 2022](https://www.visualstudio.com/downloads/) with the following workloads:
5860
* `.NET desktop development` with `.NET Framework 4.7.2 targeting pack`
5961
* `Desktop development with C++` with
6062
* `Windows 10 SDK (10.0.18362.0)` (it's currently enabled by default but it might change)
6163
* `MSVC v143 - VS2022 C++ x64/x86 build tools (v14.30)` or later version (should be enabled by default)
6264
* `C++/CLI support for v143 build tools (v14.30)` or later version **(not enabled by default)**
6365
* Optional (to target iOS/Android): `Mobile development with .NET` and `Android SDK setup (API level 27)` individual component, then in Visual Studio go to `Tools > Android > Android SDK Manager` and install `NDK` (version 19+) from `Tools` tab.
64-
3. **[FBX SDK 2019.0 VS2015](https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2019-0)**
66+
4. **[FBX SDK 2019.0 VS2015](https://www.autodesk.com/developer-network/platform-technologies/fbx-sdk-2019-0)**
6567

6668
### Build Stride
6769

68-
1. Open a command prompt, point it to a directory and clone Stride to it: `git lfs clone https://github.com/stride3d/stride.git`
70+
1. Open a command prompt, point it to a directory and clone Stride to it: `git clone https://github.com/stride3d/stride.git`
6971
- Note that when you use GitHub -> Code -> Download ZIP, this doesn't support Large File Support ```lfs```, make sure you use the command above or that your git client does it for you
7072
2. Open `<StrideDir>\build\Stride.sln` with Visual Studio 2022 and build `Stride.GameStudio` in the 60-Editor solution folder (it should be the default startup project) or run it from VS's toolbar.
7173
- Optionally, open and build `Stride.Android.sln`, `Stride.iOS.sln`, etc.

0 commit comments

Comments
 (0)