From 8a853d2a9db324f30a6ed45fa0d1fe79cc80c0f9 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 9 Sep 2021 13:12:29 +0200 Subject: Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 02b487d06..7d51d3686 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3