stream-labs / obs-studio-node

libOBS (OBS Studio) for Node.Js, Electron and similar tools
GNU General Public License v2.0
597 stars 99 forks source link

mac(x86_64) compilation failed, "https://obsstudios3.streamlabs.com/libobs-osx-release-29.1.3sl6-x86_64.7z" non-existent #1392

Closed ou-bing closed 6 months ago

ou-bing commented 6 months ago

I am exec cmake .. -DCMAKE_PREFIX_PATH=%CD%/libobs-src/cmake/ -DCMAKE_BUILD_TYPE="Debug" in the build directory

ou-bing commented 6 months ago

Perhaps there is no access permission? image

summeroff commented 6 months ago

We have an issue with building recent version of libobs for macOS. So right now osn only can be build for windows too.

There is a latest version before this changes https://github.com/stream-labs/obs-studio-node/releases/tag/0.23.107

ou-bing commented 6 months ago

We have an issue with building recent version of libobs for macOS. So right now osn only can be build for windows too.

There is a latest version before this changes https://github.com/stream-labs/obs-studio-node/releases/tag/0.23.107

thx, I have successfully compiled this version😄