diff options
author | dec05eba <dec05eba@protonmail.com> | 2020-06-04 22:09:57 +0000 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-06-04 22:09:57 +0000 |
commit | 91251712e6b4dc0fa32b2ff465b9006fe3aa8bb6 (patch) | |
tree | 9e14240862b5b0e99625e0b3fa929b0fb0c5ba80 /README.md | |
parent | 7f658e81ab32ea2474e1fce3759b5050a8e79738 (diff) | |
download | vr-video-player-91251712e6b4dc0fa32b2ff465b9006fe3aa8bb6.tar.gz vr-video-player-91251712e6b4dc0fa32b2ff465b9006fe3aa8bb6.tar.bz2 vr-video-player-91251712e6b4dc0fa32b2ff465b9006fe3aa8bb6.zip |
Add simple build script instead of depending on sibs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ Still early in development, not very user friendly. Currently only works with stereo video. -# Installation -vr video player can be built using [sibs](https://github.com/DEC05EBA/sibs) or if you are running Arch Linux, then you can find it on aur under the name vr-video-player-git (`yay -S vr-video-player-git`). +# Building +vr video player can be built by running `./build.sh` or by using [sibs](https://github.com/DEC05EBA/sibs) or if you are running Arch Linux, then you can find it on aur under the name vr-video-player-git (`yay -S vr-video-player-git`). # How to use Start a video in your video player of choice (tested with mpv) and then get the x11 window id (this can be done with xwininfo) and then fullscreen the video (for best quality). |