Skip to content

Commit 64ae506

Browse files
committed
Build docs switch default to OFF
Signed-off-by: Ted Waine <[email protected]>
1 parent 7f3656c commit 64ae506

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

CMakePresets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"Qt6_DIR": "/Users/tedwaine/Qt6/6.5.3/macos/lib/cmake/Qt6",
1111
"CMAKE_INSTALL_PREFIX": "xstudio_install",
1212
"X_VCPKG_APPLOCAL_DEPS_INSTALL": "ON",
13-
"BUILD_DOCS": "ON",
13+
"BUILD_DOCS": "OFF",
1414
"USE_VCPKG": "ON"
1515
}
1616
},

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
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-
## xSTUDIO Documentation
6-
7-
You can browse xSTUDIO's user and reference documentation [here](share/docs/index.html).
8-
95
## Building xSTUDIO
106

117
This release of xSTUDIO can be built on various Linux flavours, MacOS and Windows 10 and 11. Comprehensive build instructions are available as follows:

0 commit comments

Comments
 (0)