diff options
| author | Stefan Boberg <[email protected]> | 2021-05-20 13:21:58 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-20 13:21:58 +0200 |
| commit | ffa9abd52c09f0f7795e2a4d0fc84b1dd96cc4fa (patch) | |
| tree | c41a7830d16e768354bb00967e634afffb0bac32 | |
| parent | Updated README.md with contribution instructions (diff) | |
| download | zen-ffa9abd52c09f0f7795e2a4d0fc84b1dd96cc4fa.tar.xz zen-ffa9abd52c09f0f7795e2a4d0fc84b1dd96cc4fa.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ which has decayed, hopefully it can be revisited at some point. ## Setup +We currently only support building and running the server on Windows. Linux and Mac will be supported before UE5 release + To build the code you will need Visual Studio 2019 (we use c++20 features), git and vcpkg. * Install Visual Studio 2019 Version 16.9.4 or later (16.10 is recommended as it contains improvements to debug codegen which have a pretty significant impact when iterating in debug mode) |