Skip to content

Commit

Permalink
Revert "Update getting_started.md"
Browse files Browse the repository at this point in the history
This reverts commit 5ca66d1.
  • Loading branch information
= committed Oct 3, 2024
1 parent 5ca66d1 commit fe1c68c
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions docs/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,38 +105,6 @@ These are needed before working to get engine3d building successfully on your pl
``` bash
python -m pip install -U "conan>=2.2.2"
```
=== "Mac OS"

Install Homebrew:

```
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```

Install latest version of Python && llvm:

```
brew install python
brew install llvm@17
```

Install conan:

```
python3 -m pip install "conan>=2.2.2"
```

Make `clang-tidy` available on the command line:

```
sudo ln -s $(brew --prefix llvm)/bin/clang-tidy /usr/local/bin/
```

Install Rosetta (only required for M1 macs):

```
/usr/sbin/softwareupdate --install-rosetta --agree-to-license
```
---

## Setting up Conan
Expand Down

0 comments on commit fe1c68c

Please sign in to comment.