Skip to content

Commit 5a2c3ee

Browse files
committed
docs: Update build instructions to mention explicit build dir
instead of putting build dir inside main source tree
1 parent 73262ca commit 5a2c3ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Developers who can work a command line may be interested in using [Visual Studio
3737

3838
- Follow the same steps as above for Visual Studio Build Tools, but instead of opening in Visual Studio, run the Command Prompt for VS 2022 and navigate to the NorthstarLauncher.
3939

40-
- Run `cmake . -G "Ninja"` to generate build files.
40+
- Run `cmake -S "." -B "build" -G "Ninja"` to generate build files.
4141

42-
- Run `cmake --build .` to build the project.
42+
- Run `cmake --build "build"` to build the project.
4343

4444
## Linux
4545
### Steps

0 commit comments

Comments
 (0)