Skip to content
This repository was archived by the owner on Oct 20, 2020. It is now read-only.

Build HowTo

Tuan Kuranes edited this page Jul 28, 2014 · 3 revisions

OSGJS main build

First, clone a copy of the main git repo by running:

git clone git://github.com/cedricpinson/osgjs.git
cd osgjs
npm install # before you may need to npm install -g grunt-cli
grunt build

The built version of osgjs will be put in the build/ subdirectory.

OSGJS website build

git clone git://github.com/cedricpinson/osgjs.git
cd osgjs
npm install # before you may need to npm install -g grunt-cli
grunt website
Clone this wiki locally