Giter VIP home page Giter VIP logo

Comments (7)

eugen15 avatar eugen15 commented on July 29, 2024 2
  • On my macOS machine I already had Xcode and its command line compilation tools. I am not sure if this step is necessary. Probably, it is necessary if you have problems with any of the other steps.
  • Install Node.js https://nodejs.org/en/
  • Install CMake https://cmake.org/download/
  • Use a plain text editor like nano to edit your ~/.profile, add /Applications/CMake.app/Contents/bin to the PATH
  • Start/restart Terminal, run echo $PATH, it must include /Applications/CMake.app/Contents/bin and /usr/local/bin
  • Install yarn sudo npm install -g yarn
  • Make a root folder for the source code, for example cd ~/ && mkdir github && cd github
  • Get the source code git clone https://github.com/stream-labs/obs-studio-node.git
  • Go to the source code folder cd obs-studio-node

Run the Example Build commands with the only one change (see the bolded text)

yarn install
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=release ..
cmake --build .
cpack -G ZIP

CPack: - package: /Users/X/github/obs-studio-node/build/obs-studio-node-0.3.21-Darwin.zip generated.

from obs-studio-node.

chenyangxx avatar chenyangxx commented on July 29, 2024 1

https://github.com/stream-labs/obs-studio-node#readme have instructions to compile and build for Windows but not for MacOS.

How can I compile and build this project for MacOS?

Same question

from obs-studio-node.

chenyangxx avatar chenyangxx commented on July 29, 2024 1

from obs-studio-node.

mmppeegg avatar mmppeegg commented on July 29, 2024

Same question. Anyone can solve this?

from obs-studio-node.

jordancde avatar jordancde commented on July 29, 2024

Any update on this?

from obs-studio-node.

chenyangxx avatar chenyangxx commented on July 29, 2024

from obs-studio-node.

chenyangxx avatar chenyangxx commented on July 29, 2024

from obs-studio-node.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.