Skip to content

Commit

Permalink
Update Windows Build instructions
Browse files Browse the repository at this point in the history
Add Visual Studio prerequisites and link to up to date wiki article
  • Loading branch information
Fernando-A-Rocha committed Jun 20, 2024
1 parent 5e7bd47 commit 9a8d942
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ Our project's code repository can be found on the [multitheftauto/mtasa-blue](ht
#### Windows

Prerequisites
- [Visual Studio 2022](https://visualstudio.microsoft.com/vs/)
- [Visual Studio 2022](https://visualstudio.microsoft.com/vs/) with:
- Desktop development with C++
- Optional component *C++ MFC for latest v143 build tools (x86 & x64)*
- [Microsoft DirectX SDK](https://wiki.multitheftauto.com/wiki/Compiling_MTASA#Microsoft_DirectX_SDK)
- [Git for Windows](https://git-scm.com/download/win) (Optional)

Expand All @@ -48,13 +50,15 @@ Prerequisites
3. Compile
4. Execute: `win-install-data.bat`

Visit the wiki article ["Compiling MTASA"](https://wiki.multitheftauto.com/wiki/Compiling_MTASA) for additional information and error troubleshooting.

#### GNU/Linux

You can build the MTA:SA server on GNU/Linux distributions only for x86, x86_64, armhf and arm64 CPU architectures. ARM architectures are currently in **experimental phase**, which means they're unstable, untested and may crash randomly. Beware that we only officially support building from x86_64 and that includes cross-compiling for x86, arm and arm64.

**Build dependencies**

*Please always read the Dockerfiles for up-to-date build dependencies.*
*Please always read the Dockerfiles for up-to-date build dependencies.*
*Note: ncftp is not required for building the MTA:SA server.*

- git
Expand Down

0 comments on commit 9a8d942

Please sign in to comment.