mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Merge pull request #2 from maxammann/add-documentation-for-mac
This commit is contained in:
commit
d50b5c7d8d
@ -109,7 +109,7 @@ graphics are achievable using the current stack.
|
||||
Now, to clone the project:
|
||||
|
||||
```bash
|
||||
git clone git@github.com/maxammann/mapr
|
||||
git clone --recursive git@github.com/maxammann/mapr
|
||||
```
|
||||
|
||||
and then build it for running on a desktop:
|
||||
@ -127,6 +127,12 @@ cargo run --example desktop --
|
||||
More information about building for different platforms can be
|
||||
found [here](https://maxammann.org/mapr-docs/building.html).
|
||||
|
||||
> __Note for Mac__: Before opening the XCode project, you need to build manually using the following command:
|
||||
> `cargo build --target aarch64-apple-darwin --lib`
|
||||
>
|
||||
> After that, open the XCode project and run it.
|
||||
> (XCode seems to set some environment variables which cause problems with the build directly within XCode)
|
||||
|
||||
## Rust Setup
|
||||
|
||||
Install [rustup](https://rustup.rs/) because this is the recommended way of setting up Rust toolchains.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user