File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,7 @@ firstly make sure that all the dependencies of SpatialOS are met by running
25
25
Warnings about missing files from ` msbuild ` during ` spatial worker build ` might
26
26
mean you don't have the required C++ build tools in your installation of
27
27
` msbuild ` if it came with Visual Studio. You will need to modify your
28
- installation of Visual Studio to include [ C++ build
29
- tools] (http://landinghub.visualstudio.com /visual-cpp-build-tools).
28
+ installation of Visual Studio to include [ C++ build tools] ( http://landinghub.visualstudio.com/visual-cpp-build-tools ) .
30
29
31
30
Visual Studio has a weird way to pick default configuration and platform for
32
31
builds. Because of that the default configuration when you open one of the
@@ -193,4 +192,4 @@ If you want to be able to build the Debug configurations with `spatial` from
193
192
the command-line, it's easy to add more steps and define the respective
194
193
targets. You can already build and run all Debug configurations which are
195
194
defined for the projects from Visual Studio or by using ` msbuild ` on the
196
- command-line.
195
+ command-line.
You can’t perform that action at this time.
0 commit comments