aboutsummaryrefslogtreecommitdiff
path: root/BUILD.md
diff options
context:
space:
mode:
authorJonathan Rubenstein <jrubcop@gmail.com>2022-01-03 06:37:26 +0200
committerJonathan Rubenstein <jrubcop@gmail.com>2022-01-03 08:09:41 +0200
commit39cc3ea91b78a9cecc62b9716bd95eaee9185fd2 (patch)
tree3968e403ea45a1d5139ae80f6d52586e3f7ab558 /BUILD.md
parent966f5052b7b59fc7200eb736c8d393056e0389cd (diff)
downloadNorthstarLauncher-39cc3ea91b78a9cecc62b9716bd95eaee9185fd2.tar.gz
NorthstarLauncher-39cc3ea91b78a9cecc62b9716bd95eaee9185fd2.zip
Add VS Build Tools instructions
Diffstat (limited to 'BUILD.md')
-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.