Advanced Augmented Reality Sandbox Installation guide¶
First, you will need to modify the build command shown in Step 2.
Start by navigating to the ARSandbox directory:
cd <AR Sandbox directory>
replacing <AR Sandbox directory>
with the actual directory path as usual.
If you already built the ARSandbox according to Step 2, you first have to update its configuration. Enter into the same terminal window:
make VRUI_MAKEDIR=<Vrui build system location> INSTALLDIR=<installation location> config
replacing <installation location>
with your chosen location, for example INSTALLDIR=/usr/local
.
Then, build the ARSandbox for installation in your chosen destination by entering:
make VRUI_MAKEDIR=<Vrui build system location> INSTALLDIR=<installation location>
replacing <installation location>
with the same location as in the previous command. You can add -j<number of cpus>
to optimize the build process, as described in Step 2.
Finally, install the ARSandbox in your chosen location by entering:
sudo make VRUI_MAKEDIR=<Vrui build system location> INSTALLDIR=<installation location> install
again using the same <installation location>
.