mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
try travis build with qtcreator installed
This commit is contained in:
parent
2d5749a78c
commit
f45d439094
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*~
|
||||
/build/
|
||||
/build32/
|
||||
/build64/
|
||||
|
@ -38,7 +38,7 @@ sudo apt-get install -y \
|
||||
qtbase5-dev
|
||||
|
||||
# qtwebsockets deps
|
||||
sudo apt-get install -y qt5-qmake
|
||||
sudo apt-get install -y qt5-qmake qtcreator
|
||||
|
||||
# obs-websocket deps
|
||||
cd ..
|
||||
@ -58,4 +58,4 @@ cmake -DUNIX_STRUCTURE=1 -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||
make -j4
|
||||
sudo make install
|
||||
|
||||
sudo ldconfig
|
||||
sudo ldconfig
|
||||
|
Loading…
x
Reference in New Issue
Block a user