Update COMPILING.md

master
abakum 2020-02-08 23:54:47 +03:00 committed by GitHub
parent 4057d4e65b
commit 24c8a16c9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -205,7 +205,8 @@ Common:
pacman -Syu
pacman -Sy --needed base-devel \
flex \
zlib-devel
zlib-devel \
git
```
Or just run:
@ -233,7 +234,13 @@ echo 'load(win32/windows_vulkan_sdk)' > $MINGW_PREFIX/qt5-static/share/qt5/mkspe
echo 'QMAKE_LIBS_VULKAN =' >> $MINGW_PREFIX/qt5-static/share/qt5/mkspecs/common/windows-vulkan.conf
```
Browse to the location of the tsMuxer repo and then run:
Download tsMuxer repo and browse to the it location by run:
```
cd ~
git clone https://github.com/justdan96/tsMuxer.git
cd tsMuxer
```
Compile tsMuxer by run:
```
./rebuild_linux.sh
```