Quick start on Ubuntu

From JSXGraph Wiki
Revision as of 12:37, 1 July 2015 by Nicolas.adenis.lamarre (talk | contribs) (Created page with "It is recommended to clone the git repository on github and pull requests to the main project. This quick start guide shows how to get sources, compile them quickly on Ubuntu. ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

It is recommended to clone the git repository on github and pull requests to the main project.

This quick start guide shows how to get sources, compile them quickly on Ubuntu.

Prerequisites

Ubuntu packages

sudo apt-get install npm pkg-config libcairo2-dev nodejs-legacy

Get sources

git clone https://github.com/jsxgraph/jsxgraph.git
cd jsxgraph

Npm prerequisites

npm install

Compile

make core

or

make core-min