diff options
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,10 +3,12 @@ This is the implementation of the local storage service for UE5. It is intended to be deployed on user machines either as a daemon or launched ad hoc as required during of editor/cooker/game startup -## Setup - We currently only support building and running the server on Windows. Linux and Mac support is in progress +## Building on Windows + +### Windows Setup + To build the code you will need Visual Studio 2019 (we use c++20 features), git and vcpkg. * Install Visual Studio 2019 Version 16.10 or later @@ -23,8 +25,6 @@ basis and requires manual bootstrap so you will need to do the following at leas Now you are ready to start building! -## Building on Windows - ### Building with Visual Studio We currently require Visual Studio 2019 Version 16.10 or later. Visual Studio 2022 can also be used, but |