mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
verifying libobs location
This commit is contained in:
parent
dceee4dede
commit
bffc1d6a1f
@ -3,14 +3,14 @@ set -ex
|
||||
|
||||
mkdir build && cd build
|
||||
ls -lh $(brew --prefix qt5)
|
||||
ls -lh ../../obs-studio/libobs
|
||||
ls -lh ../../obs-studio/build/libobs/libobs.*
|
||||
cmake .. \
|
||||
-DCMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake \
|
||||
-DQt5Core_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Core \
|
||||
-DQt5Widgets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5Widgets \
|
||||
-DQt5WebSockets_DIR=$(brew --prefix qt5)/lib/cmake/Qt5WebSockets \
|
||||
-DLIBOBS_INCLUDE_DIR=../../obs-studio/libobs \
|
||||
-DLIBOBS_LIB=../../obs-studio/build/libobs/libobs.dylib \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
&& make -j4
|
||||
|
||||
# -DLIBOBS_LIB=../../obs-studio/build/libobs/libobs.dylib \
|
||||
|
Loading…
x
Reference in New Issue
Block a user