ChristophHaag / SteamVR-OpenHMD

SteamVR plugin for using OpenHMD drivers in SteamVR
Boost Software License 1.0
195 stars 32 forks source link

Different directory problems with docker.sh #44

Closed somersbmatthews closed 3 years ago

somersbmatthews commented 3 years ago

after getting no luck trying the easy and direct install i tried the docker.sh and got this at the end:

Successfully built 3a02c574e173
Successfully tagged steamvr_openhmd/build:latest
,CMake Error: The current CMakeCache.txt directory /tmp/dev/build/CMakeCache.txt is different than the directory /home/somersbmatthews/projects/SteamVR-OpenHMD/build where CMakeCache.txt was created. This may result in binaries being created in the wrong place. If you are not sure, reedit the CMakeCache.txt
CMake Error: The source "/tmp/dev/CMakeLists.txt" does not match the source "/home/somersbmatthews/projects/SteamVR-OpenHMD/CMakeLists.txt" used to generate cache.  Re-run cmake with a different source directory.
All Build Suscessfully!
./docker.sh: line 21: /root/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrpathreg: No such file or directory
./docker.sh: line 26: /root/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh: No such file or directory

I am using PopOS 20.04 LTS.

the steam files are installed here: /home/somersbmatthews/.steam/debian-installation/steamapps/common/SteamVR

What can I do to change the docker.sh to get SteamVR-OpenHMD to work in docker on my system?

thanks :)