Skip to content

Commit

Permalink
add a BUILDING file
Browse files Browse the repository at this point in the history
  • Loading branch information
jneen committed Dec 19, 2012
1 parent 76a240e commit 629aeb0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions BUILDING
@@ -0,0 +1,19 @@
To build mathquill, you will need a node.js installation.
We recommend https://github.com/visionmedia/n for installing node,
otherwise, you can get it from http://nodejs.org/ .

You will then need to update the dependencies with `npm`, like so:

% npm install

If this installs properly, you should simply be able to run `make`,
and mathquill will be built in the `build/` directory. Alternatively,
for development, you can run `make server`, which will automatically
re-make, and also serve the demo, the unit tests, and the visual tests.

demo -> http://localhost:9292/test/demo.html
unit tests -> http://localhost:9292/test/unit.html
visual tests -> http://localhost:9292/test/visual.html

If any of this does not work, please let us know! We want to make
hacking on mathquill as easy as possible.

0 comments on commit 629aeb0

Please sign in to comment.