mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 21:32:15 +01:00
20 lines
No EOL
582 B
Markdown
20 lines
No EOL
582 B
Markdown
---
|
|
id: admin_builds
|
|
title: Builds and Releases
|
|
sidebar_label: Builds
|
|
---
|
|
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
Admins might find prepared builds on https://github.com/pypeclub/OpenPype/releases for all major platforms.
|
|
|
|
### Currently built on OS versions
|
|
- Windows 10
|
|
- Ubuntu 20.04
|
|
- Centos 7.6
|
|
- MacOS Mohave (10.14.6)
|
|
|
|
In case your studio requires build for different OS version, or any specific build, please take a look at
|
|
[Requirements](dev_requirements.md) and [Build](dev_build.md) for more details how to create binaries to distribute.
|
|
|