mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Travis: install Qt Websockets from source
This commit is contained in:
parent
8768b83251
commit
7692e93306
@ -37,14 +37,23 @@ sudo apt-get install -y \
|
|||||||
pkg-config \
|
pkg-config \
|
||||||
qtbase5-dev
|
qtbase5-dev
|
||||||
|
|
||||||
|
# qtwebsockets deps
|
||||||
|
sudo apt-get install -y qt5-qmake
|
||||||
|
|
||||||
# obs-websocket deps
|
# obs-websocket deps
|
||||||
sudo apt-get install -y libqt5websockets5-dev
|
cd ..
|
||||||
|
git clone https://github.com/qt/qtwebsockets/ ./qtwebsockets
|
||||||
|
cd qtwebsockets
|
||||||
|
git checkout v5.7.0
|
||||||
|
qmake
|
||||||
|
make -j4 && sudo make install
|
||||||
|
|
||||||
# Build obs-studio
|
# Build obs-studio
|
||||||
cd ..
|
cd ..
|
||||||
git clone https://github.com/jp9000/obs-studio ./obs-studio
|
git clone https://github.com/jp9000/obs-studio ./obs-studio
|
||||||
cd obs-studio
|
cd obs-studio
|
||||||
|
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
|
cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
make -j4 && sudo make install
|
make -j4 && sudo make install
|
||||||
|
|
||||||
|
sudo ldconfig
|
Loading…
x
Reference in New Issue
Block a user