Skip to content

Commit

Permalink
added rosetta virualization to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Aug 16, 2024
1 parent e6f1126 commit 5abf98d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions docs/build_guides/macos.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Build AYON launcher on macOS

**WARNING:** macOS is not fully supported. The build process may not work on some machines.
> [!WARNING]
> macOS is not fully supported. The build process may not work on some machines.
> We try to upload pre-build installer in each release.
## Requirements
---
> [!IMPORTANT]
> If you're on M1 or newer mac, you also have to enable Rosetta virtualization on Terminal application. That has to be done before you start the build process or install dependencies. You might have to reinstall dependencies if you've already had installed them.
To build AYON you will need some tools and libraries. We do not provide any of these tools. You have to install them yourself.
- **Terminal**
Expand All @@ -15,7 +19,8 @@ To build AYON you will need some tools and libraries. We do not provide any of t

Python 3.9.0 is not supported because of [this bug](https://github.com/python/cpython/pull/22670).

It is recommended to use [**pyenv**](https://github.com/pyenv/pyenv) for python version control.
> [!TIP]
> It is recommended to use [**pyenv**](https://github.com/pyenv/pyenv) for python version control.
### Prepare requirements
Easy way of installing everything necessary is to use [Homebrew](https://brew.sh).
Expand Down

0 comments on commit 5abf98d

Please sign in to comment.