aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHappyDOGE <28511119+HappyDOGE@users.noreply.github.com>2022-01-03 16:25:51 +0300
committerHappyDOGE <28511119+HappyDOGE@users.noreply.github.com>2022-01-03 16:25:51 +0300
commit7d804649313949c1236463e7277c68200eb97769 (patch)
tree22ca5d2b7fbaef7b7f90b048f313da9edf92563e
parentf3ffed0742d62adf48c37dca0acfad621724c21b (diff)
parent14159aef345e6ce96f77a603c5d89e92128c7f5a (diff)
downloadNorthstarLauncher-7d804649313949c1236463e7277c68200eb97769.tar.gz
NorthstarLauncher-7d804649313949c1236463e7277c68200eb97769.zip
Merge branch 'main' of https://github.com/R2Northstar/NorthstarLauncher into main
-rw-r--r--BUILD.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/BUILD.md b/BUILD.md
index 75f824bd..048a724e 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -29,3 +29,9 @@ This is a good time to edit the code. From the Solution Explorer, you can find a
12. Back in the build debug directory, **Move NorthstarLauncher.exe and Northstar.dll to your Titanfall2 folder.**
If everything is correct, you should now be able to launch the Northstar client with your changes applied.
+
+### VS Build Tools
+
+Developers who can work a command line may be interested in using [Visual Studio Build Tools](https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) to compile the project, as an alternative to installing the full Visual Studio IDE.
+
+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, then run ```msbuild```, which will build the project for you.