aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarichello <artur@barichello.me>2022-01-03 09:30:26 -0300
committerGitHub <noreply@github.com>2022-01-03 09:30:26 -0300
commit14159aef345e6ce96f77a603c5d89e92128c7f5a (patch)
tree3968e403ea45a1d5139ae80f6d52586e3f7ab558
parent966f5052b7b59fc7200eb736c8d393056e0389cd (diff)
parent39cc3ea91b78a9cecc62b9716bd95eaee9185fd2 (diff)
downloadNorthstarLauncher-14159aef345e6ce96f77a603c5d89e92128c7f5a.tar.gz
NorthstarLauncher-14159aef345e6ce96f77a603c5d89e92128c7f5a.zip
Merge pull request #32 from JJRcop/buildtools
Add VS Build Tools instructions
-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.