Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions Developing/Guides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Guides

This document contains a list of guides for setting up a development environment for the specified platform.

## Linux

### Arch Linux
The following [wiki](https://wiki.archlinux.org/index.php/Virtual_reality#OSVR) has instructions for using AUR repos for setting up the environment

### Ubuntu
The [osvr-core-ubuntu-build-script](https://bitbucket.org/monkygames/osvr-core-ubuntu-build-script) is a script that sets up a development enviroment on the host or can provision a virtual machine via vagrant to setup a development environment.

## Windows

### Experienced Users
The [Windows Build Environment](Windows-Build-Environment.md) contains documentation for experencied programers/users to setup a development environment on the windows platform.

### Novice Users
The [STEAMVR-OSVR compilation for noobs](https://github.com/OSVR/SteamVR-OSVR/files/1117930/STEAMVR-OSVR.compilation.for.noobs.pdf) is a guide for novice users to setup and compile OSVR.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ if no parameter is specified, a default file is used.
- [Re-flash bootloader on OSVR HDK](Configuring/HDKBootloader.md)

# Developing with OSVR
- Setting up the development environment
- [Windows](Developing/Windows-Build-Environment.md)
- Setting up a development environment
- [Guides](Developing/Guides.md)
- [Directory of projects](http://osvr.github.io/contributing/)
- [Doxygen-generated developer documentation of OSVR-Core](http://resource.osvr.com/docs/OSVR-Core/)
- [Doxygen-generated internal documentation of OSVR-Core](http://resource.osvr.com/internal-docs/OSVR-Core-Implementation/)
Expand Down