From c0b73ddcf2880f1a9a75453c297fbbe30e84b335 Mon Sep 17 00:00:00 2001 From: Adam <5292991+adam-ce@users.noreply.github.com> Date: Tue, 14 Nov 2023 01:34:08 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 10608262..7daf5438 100644 --- a/README.md +++ b/README.md @@ -5,13 +5,9 @@ We are in discord, talk to us! https://discord.gg/p8T9XzVwRa # Cloning and building -`git clone --recurse-submodules git@github.com:AlpineMapsOrg/renderer.git` +`git clone git@github.com:AlpineMapsOrg/renderer.git` -or a normal clone and - -`git submodule init && git submodule update` - -After that it should be a normal cmake project. that is, you run cmake to generate a project or build file and then run your favourite tool. +After that it should be a normal cmake project. That is, you run cmake to generate a project or build file and then run your favourite tool. All dependencies should be pulled automatically into `renderer/external` while you run CMake. We use Qt Creator (with mingw on Windows), which is the only tested setup atm and makes setup of Android and WebAssembly builds reasonably easy. If you have questions, please open a new [discussion](https://github.com/AlpineMapsOrg/renderer/discussions). ## Dependencies for the native and android build