Skip to content

Commit 4efc945

Browse files
committed
docs: Update BUILDING document
1 parent e316da9 commit 4efc945

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

BUILDING.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Compiling obs-websocket
22
## Prerequisites
3-
You'll need [QT 5.9.0](https://download.qt.io/official_releases/qt/5.7/5.7.0/), CMake, and a working development environment for OBS Studio installed on your computer.
3+
You'll need [Qt 5.10.x](https://download.qt.io/official_releases/qt/5.10/), [CMake](https://cmake.org/download/), and a working [development environment for OBS Studio](https://obsproject.com/wiki/install-instructions) installed on your computer.
44

55
## Windows
66
In cmake-gui, you'll have to set the following variables :
@@ -22,12 +22,13 @@ sudo make install
2222
```
2323

2424
## OS X
25-
Use of the Travis macOS CI scripts is recommended. Please note that these scripts install new software and can change several settings on your system. An existing obs-studio development environment is not required, as `install-dependencies-macos.sh` will install it for you.
25+
Use of the Travis macOS CI scripts is recommended. Please note that these scripts install new software and can change several settings on your system. An existing obs-studio development environment is not required, as `install-build-obs-macos.sh` will install it for you. If you already have a working obs-studio development environment and have built obs-studio, you can skip that script.
2626
Of course, you're encouraged to dig through the contents of these scripts to look for issues or specificities.
2727
```
2828
git clone --recursive https://github.com/Palakis/obs-websocket.git
2929
cd obs-websocket
3030
./CI/install-dependencies-macos.sh
31+
./CI/install-build-obs-macos.sh
3132
./CI/build-macos.sh
3233
./CI/package-macos.sh
3334
```

0 commit comments

Comments
 (0)