Git Product home page Git Product logo

homebrew-vr's Introduction

Homebrew-VR

These are Virtual Reality formulae for Homebrew. They include:

How do I install these formulae?

Just brew tap casallas/vr and then brew install <formula>.

If the formula conflicts with one from Homebrew/homebrew/master or another tap, you can brew install casallas/vr/<formula>.

You can also install via URL:

brew install https://raw.github.com/casallas/homebrew-vr/master/<formula>.rb

Docs

brew help, man brew, or the Homebrew wiki.

What is Homebrew? I just want to install vr-jugglua

OK, just download and execute this file. It might take a while (I would say 2 hours) for it to compile and install all the dependencies, but it should work.

If you are curious, this script does the following:

#!/bin/bash

# Install homebrew (taken from http://brew.sh/)
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

# Add brew to your path
echo "# Prepend homebrew bins to your PATH" >> ~/.bash_profile
echo "export PATH=/usr/local/sbin:/usr/local/bin:/usr/local/Library/Contributions/examples:$PATH" >> ~/.bash_profile

# Tap casallas/vr
brew tap casallas/vr

# Update homebrew just in case
brew update

# Install vr-jugglua
brew install vr-jugglua

# Link NavTestbed.app to /Applications
ln -s `brew --prefix vr-jugglua`/NavTestbed.app /Applications

This will create a symlink of NavTestbed.app on your Applications folder, so you can run it from your dock. The "real" NavTestbed.app, and all of vr-jugglua's examples, config files, etc, will be at /usr/local/opt/vr-jugglua in case you ever need them.

Troubleshooting

If something goes wrong try brew update, and then brew install vr-jugglua again. If that doesn't help run brew install -v vr-jugglua, open an issue, and paste the output from your console output.

homebrew-vr's People

Contributors

casallas avatar

Watchers

 avatar

homebrew-vr's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.