Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. have a new version of Vrui with usability improvements. Get it from
  2. http://stout.idav.ucdavis.edu/Software/Vrui/Vrui-5.1-001.tar.gz
  3. Installation works the same as before.
  4.  
  5. The Earthquake viewer is part of the Vrui example programs. Inside
  6. Vrui's source directory, cd into ExamplePrograms, and then build:
  7.  
  8. make INSTALLDIR=/opt/Vrui-5.1-Examples -j8
  9.  
  10. followed by
  11.  
  12. make INSTALLDIR=/opt/Vrui-5.1-Examples install
  13.  
  14. Here's the new Nanotech Construction Kit with collaborative component:
  15. http://stout.idav.ucdavis.edu/Software/NCK/NCK-2.3.tar.gz
  16.  
  17. To build, you have to point it at your Vrui installation. Say you put
  18. Vrui into /opt/Vrui-5.1 (recommended) via
  19.  
  20. make INSTALLDIR=/opt/Vrui-5.1 STEAMVRDIR=...../common/SteamVR -j8
  21.  
  22. followed by
  23.  
  24. make INSTALLDIR=/opt/Vrui-5.1 STEAMVRDIR=...../common/SteamVR install
  25. make INSTALLDIR=/opt/Vrui-5.1 STEAMVRDIR=...../common/SteamVR
  26. installudevrules
  27.  
  28. Then build NCK by
  29.  
  30. make INSTALLDIR=/opt/NCK-2.3 VRUI_MAKEDIR=/opt/Vrui-5.1/share/make -j8
  31.  
  32. and then
  33.  
  34. make INSTALLDIR=/opt/NCK-2.3 VRUI_MAKEDIR=/opt/Vrui-5.1/share/make install
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement