From 408163ed3578a59733fd468192d8b6cca3fd6b54 Mon Sep 17 00:00:00 2001 From: David Markowitz <39972741+EmosewaMC@users.noreply.github.com> Date: Fri, 5 Aug 2022 05:40:27 -0700 Subject: [PATCH] Add windows docker setup guide to README (#712) * Add docker windows * Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 403f14a4..321e1b36 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,8 @@ If you're using a DLU client you'll have to go into the "CMakeVariables.txt" fil ### Using Docker Refer to [Docker.md](/Docker.md). +For Windows, refer to [Docker_Windows.md](/Docker_Windows.md). + ### Linux builds Make sure packages like `gcc`, `cmake`, and `zlib` are installed. Depending on the distribution, these packages might already be installed. Note that on systems like Ubuntu, you will need the `zlib1g-dev` package so that the header files are available. `libssl-dev` will also be required as well as `openssl`.