Skip to content

Commit

Permalink
Merge branch 'main' of [email protected]:AlpineMapsOrg/renderer.git into…
Browse files Browse the repository at this point in the history
… main
  • Loading branch information
adam-ce committed Nov 14, 2023
2 parents 7dc404b + 2b62030 commit 991b522
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,9 @@ We are in discord, talk to us!
https://discord.gg/p8T9XzVwRa

# Cloning and building
`git clone --recurse-submodules [email protected]:AlpineMapsOrg/renderer.git`
`git clone [email protected]: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
Expand Down

0 comments on commit 991b522

Please sign in to comment.