Skip to content

Commit 38d2b07

Browse files
authored
Merge pull request #53 from tedwaine/win-build-info
Update README to point to windows branch
2 parents f1f52cc + 7e52628 commit 38d2b07

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,20 @@
22

33
xSTUDIO is a media playback and review application designed for professionals working in the film and TV post production industries, particularly the Visual Effects and Feature Animation sectors. xSTUDIO is focused on providing an intuitive, easy to use interface with a high performance playback engine at its core and C++ and Python APIs for pipeline integration and customisation for total flexibility.
44

5-
## Building xSTUDIO
5+
## Building xSTUDIO for MS Windows
66

7-
This release of xSTUDIO can be built on various Linux flavours. MacOS and Windows compatibility is not available yet but this work is on the roadmap for 2023.
7+
You can now build and run xSTUDIO on MS Windows. However, work towards full Windows compatibility is still in its final phase and the updates are therefore not yet merged into the main branch here. To access the Windows compatible codebase please follow [this link](https://github.com/mpkepic/xstudio/tree/windows).
88

9-
We provide comprehensive build steps for 3 of the most popular Linux distributions.
9+
## Building xSTUDIO for Linux
10+
11+
We provide comprehensive build steps for 3 of the most popular Linux distributions:
1012

1113
* [CentOS 7](docs/build_guides/centos_7.md)
1214
* [Rocky Linux 9.1](docs/build_guides/rocky_linux_9_1.md)
1315
* [Ubuntu 22.04](docs/build_guides/ubuntu_22_04.md)
1416

1517
Note that the xSTUDIO user guide is built with Sphinx using the Read-The-Docs theme. The package dependencies for building the docs are somewhat onerous to install and as such we have ommitted these steps from the instructions and instead recommend that you turn off the docs build. Instead, we include the fully built docs (as html pages) as part of this repo and building xSTUDIO will install these pages so that they can be loaded into your browser via the Help menu in the main UI.
18+
19+
## Building xSTUDIO for MacOS
20+
21+
MacOS compatibility is not yet available but it is due in Q3 or Q4 2023. Watch this space!

0 commit comments

Comments
 (0)