Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
dsc 268f8ec388
wip
il y a 3 ans
cmake wip il y a 3 ans
contrib wip il y a 3 ans
img wip il y a 3 ans
mock wip il y a 3 ans
qml wip il y a 3 ans
.gitignore wip il y a 3 ans
CMakeLists.txt wip il y a 3 ans
Dockerfile.windows wip il y a 3 ans
Makefile wip il y a 3 ans
README.md wip il y a 3 ans
main.cpp wip il y a 3 ans
main.qml wip il y a 3 ans
openvroverlaycontroller.cpp wip il y a 3 ans
openvroverlaycontroller.h wip il y a 3 ans
overlaywidget.cpp wip il y a 3 ans
overlaywidget.h wip il y a 3 ans
overlaywidget.ui wip il y a 3 ans
qml.qrc wip il y a 3 ans

README.md

1  pacman -s
2  pacman -S
3  pacman -S cmake openvr
4  pacman -S cmake mingw64-w64-openvr
5  pacman -S cmake
6  pacman -sS openvr
7  pacman -S mingw64/mingw-w64-x86_64-openvr
8  pacman -S gcc
9  pacman -S g++
11  pacman -sS qt5
12  pacman -sS qt5
13  pacman -s –
14  pacman -s –mingw-w64-x86_64-qt5
15  pacman -S –mingw-w64-x86_64-qt5
16  pacman -Ss qt5
17  pacman -Ss qt5 | grep "qt5"
18  pacman -S mingw64/mingw-w64-x86_64-qt5
19  pacman -S mingw-w64-x86_64-toolchain
25  history  | grep pacman
docker build -f Dockerfile.windows --tag vrtest:win --build-arg THREADS=6 .

# openvr lib
cmake -DCMAKE_TOOLCHAIN_FILE=/depends/x86_64-w64-mingw32/share/toolchain.cmake -Bbuild -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/depends/x86_64-w64-mingw32 .

docker run --rm -it -v $PWD:/wowlet -w /wowlet vrtest:win sh -c '/bin/bash'
make depends root=/depends target=x86_64-w64-mingw32 tag=win-x64 -j4