Skip to content

Commit 4b886d5

Browse files
committed
Update version on README, add missing font file
Signed-off-by: Ted Waine <[email protected]>
1 parent 804a0e7 commit 4b886d5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to xSTUDIO - v1.0.0 (alpha)
1+
# Welcome to xSTUDIO - v1.1.0
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

@@ -10,9 +10,7 @@ This codebase will build version 1.0.0 (alpha) of xstudio. There are some known
1010

1111
## Building xSTUDIO
1212

13-
This release of xSTUDIO can be built on various Linux flavours and Windows 10 and 11. MacOS compatibility is not available yet but this work is on the roadmap for early 2025.
14-
15-
We provide comprehensive build steps for 4 of the most popular distributions.
13+
This release of xSTUDIO can be built on various Linux flavours, Microsoft Windows and MacOS. We provide comprehensive build steps here.
1614

1715
### Building xSTUDIO for Linux
1816

@@ -21,7 +19,7 @@ We provide comprehensive build steps for 4 of the most popular distributions.
2119
* [Rocky Linux 9.1](docs/build_guides/rocky_linux_9_1.md)
2220
* [Ubuntu 22.04](docs/build_guides/ubuntu_22_04.md)
2321

24-
### Building xSTUDIO for Windows
22+
### Building xSTUDIO for Windows 10 & 11
2523

2624
* [Windows](docs/build_guides/windows.md)
2725

src/launch/xstudio/src/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ target_link_libraries(${PROJECT_NAME}
6868
CAF::io
6969
$<$<BOOL:${NVIDIA_HACK}>:GLdispatch>
7070
# quickfuture
71+
OTIO::opentime
72+
OTIO::opentimelineio
7173
Qt6::Core
7274
Qt6::Gui
7375
Qt6::Quick

ui/qml/xstudio/fonts/VeraMono.ttf

48.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)