Skip to content

Instantly share code, notes, and snippets.

@lubosz
Created June 14, 2016 19:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lubosz/1e9a049ca7a9285884079a5932647f7f to your computer and use it in GitHub Desktop.
Save lubosz/1e9a049ca7a9285884079a5932647f7f to your computer and use it in GitHub Desktop.
Building OSVR-Config on Linux
Clone ASP.NET Core 1.0 source and setup dnvm (.NET Version Manager)
$ git clone https://github.com/aspnet/Home.git && Home
$ sh dnvminstall.sh
$ source ~/.dnx/dnvm/dnvm.sh
Install dnu (Microsoft .NET Development Utility)
$ dnvm upgrade
$ dnvm install latest
$ dnvm list
$ git clone https://github.com/OSVR/OSVR-Config.git && cd OSVR-Config
$ ./build_release.sh
Start OSVR-Config web server
$ cd artifacts/approot
$ OSVR_SERVER_ROOT=/usr/share/osvrcore/ ./web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment