Updated Building with Visual Studio 2019 (markdown)
parent
f286a9ba0b
commit
67e6286940
|
@ -1,4 +1,4 @@
|
||||||
Pre-Building:
|
**Pre-Building:**
|
||||||
|
|
||||||
1) download and run visual studio 2019 IDE community edition installer from https://visualstudio.microsoft.com/
|
1) download and run visual studio 2019 IDE community edition installer from https://visualstudio.microsoft.com/
|
||||||
2) select Desktop development with C++
|
2) select Desktop development with C++
|
||||||
|
@ -7,7 +7,7 @@ Pre-Building:
|
||||||
5) Currently we require an old directx sdk (this one: https://www.microsoft.com/en-gb/download/details.aspx?id=6812), so install that. Annoyingly it will probably only work if you install it to the default location
|
5) Currently we require an old directx sdk (this one: https://www.microsoft.com/en-gb/download/details.aspx?id=6812), so install that. Annoyingly it will probably only work if you install it to the default location
|
||||||
|
|
||||||
|
|
||||||
Building
|
**Building:**
|
||||||
1) checkout the code using git (Optionally: fork it first!)
|
1) checkout the code using git (Optionally: fork it first!)
|
||||||
2) in the checked out code, open projectfiles then visualstudio-2019, then open fba_vs2019.sln
|
2) in the checked out code, open projectfiles then visualstudio-2019, then open fba_vs2019.sln
|
||||||
3) select the correctly platform and build type.
|
3) select the correctly platform and build type.
|
||||||
|
|
Loading…
Reference in New Issue