Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dependency installation notes for OSX #27

Merged
merged 1 commit into from Jan 30, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Expand Up @@ -12,17 +12,19 @@ Dependencies

Installation
============
node-gyp rebuild
`npm install node-webgl`

Installation for Windows 7
==========================
###Installation Notes for Windows 7
Beware of the Node.JS distribution you use. The default Node.JS is 32-bit and this means that modules
will be compiled by node-gyp with 32-bit settings, which often leads to compilation errors especially
on 64-bit systems.

So for Windows 7 64-bit, instead of downloading the default Node.JS windows installer, select 'Other release files'.
This will show you an ftp site for the latest release. Go into x64 folder and download that distribution.

###Installation Notes for OSX
`brew install anttweakbar freeimage`

Usage
=====
examples/ contains examples from other the web
Expand Down