ALVR Client Mock application

70 Views Asked by At

I am trying to build and run ALVR Client Mock application on Windows. As soon as I start the application, I am getting error. There is no proper documentation on how to test the Client Mock application.

1

There are 1 best solutions below

0
Yongkin On

I was able to build and run ALVR's v20.5 branch on Windows 11 with these commands:

# build
cargo build --bin alvr_client_mock

# run
cargo run --bin alvr_client_mock