Skip to content

Commit 83c8d4f

Browse files
committed
Update README file
1 parent fc10962 commit 83c8d4f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

README.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Windows and macOS dependency downloads are configured in the `buildspec.json` fi
5252
* `obs-studio`: Version of OBS Studio to build plugin with (needed for `libobs` and `obs-frontend-api`)
5353
* `prebuilt`: Prebuilt OBS Studio dependencies
5454
* `qt6`: Prebuilt version of Qt6 as used by OBS Studio
55-
* `tools`: Contains additional build tools used by CI
55+
* `tools`: Contains additional build tools used by CI (Optional)
5656

5757
The values should be kept in sync with OBS Studio releases and the `buildspec.json` file in use by the main project to ensure that the plugin is developed and built in sync with its target environment.
5858

@@ -68,7 +68,7 @@ Linux dependencies need to be resolved using the package management tools approp
6868
* `pkg-config`
6969
* Build Dependencies:
7070
* `build-essential`
71-
* `libobs-dev`
71+
* `obs-studio`
7272
* Qt6 Dependencies:
7373
* `qt6-base-dev`
7474
* `libqt6svg6-dev`
@@ -80,36 +80,24 @@ To create a build configuration, `cmake` needs to be installed on the system. Th
8080

8181
* `macos`
8282
* Universal architecture (supports Intel-based CPUs as Apple Silicon)
83-
* Defaults to Qt version `6`
8483
* Defaults to macOS deployment target `11.0`
8584
* `macos-ci`
8685
* Inherits from `macos`
8786
* Enables compile warnings as error
8887
* `windows-x64`
8988
* Windows 64-bit architecture
90-
* Defaults to Qt version `6`
9189
* Defaults to Visual Studio 17 2022
9290
* Defaults to Windows SDK version `10.0.18363.657`
9391
* `windows-ci-x64`
9492
* Inherits from `windows-x64`
9593
* Enables compile warnings as error
9694
* `linux-x86_64`
9795
* Linux x86_64 architecture
98-
* Defaults to Qt version `6`
9996
* Defaults to Ninja as build tool
10097
* Defaults to `RelWithDebInfo` build configuration
10198
* `linux-ci-x86_64`
10299
* Inherits from `linux-x86_64`
103100
* Enables compile warnings as error
104-
* `linux-aarch64`
105-
* Provided as an experimental preview feature
106-
* Linux aarch64 (ARM64) architecture
107-
* Defaults to Qt version `6`
108-
* Defaults to Ninja as build tool
109-
* Defaults to `RelWithDebInfo` build configuration
110-
* `linux-ci-aarch64`
111-
* Inherits from `linux-aarch64`
112-
* Enables compile warnings as error
113101

114102
Presets can be either specified on the command line (`cmake --preset <PRESET>`) or via the associated select field in the CMake Windows GUI. Only presets appropriate for the current build host are available for selection.
115103

0 commit comments

Comments
 (0)