-
-
Notifications
You must be signed in to change notification settings - Fork 209
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
27 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ Static linking should be more robust across versions of OSX, as well as building | |
|
||
If you install the desktop OBS app (https://obsproject.com/download) you already have the binaries | ||
for libobs (e.g. `/Applications/OBS.app/Contents/Frameworks/libobs.0.dylib`) | ||
But you don't have the headers - so clone the main obs repo e.g. `git clone --single-branch -b 26.1.2 [email protected]:obsproject/obs-studio.git` (match the version number to your OBS install. Right now on OSX it's 26.1.2) | ||
But you don't have the headers - so clone the main obs repo e.g. `git clone --single-branch -b 27.0.1 [email protected]:obsproject/obs-studio.git` (match the version number to your OBS install. Right now on OSX it's 27.0.1) | ||
|
||
#### Build | ||
``` | ||
|
@@ -132,7 +132,7 @@ $ Invoke-WebRequest https://dist.nuget.org/win-x86-commandline/latest/nuget.exe | |
$ nuget.exe install Microsoft.ML.OnnxRuntime.DirectML | ||
``` | ||
|
||
Clone the OBS repo, `Downloads\ $ git clone --single-branch -b 26.1.2 [email protected]:obsproject/obs-studio.git`, to e.g. Downloads. | ||
Clone the OBS repo, `Downloads\ $ git clone --single-branch -b 27.0.1 [email protected]:obsproject/obs-studio.git`, to e.g. Downloads. | ||
|
||
#### Build and install the plugin | ||
``` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters