Skip to content

Quickstart Guide

JacquiHand edited this page Aug 22, 2014 · 1 revision

Getting Started with Html5PivotViewer

The easiest way to get started with the Html5PivotViewer is to follow these steps:

  1. Downloaded the project zip file.
  2. Unzip the project into the folder used by your webserver. For example, using apache on a mac unzip the project in the ~your_user_name/Sites folder
  3. Built the project. First create an empty ChangeLog file in the html5pivotviewer-develop folder then run:
  • ./autogen.sh
  • ./configure
  • make
  • mk_scripts_folder.sh
  1. Open the examples in a browser: e.g. http://localhost/~*your_user_name*/html5pivotviewer-develop.

On Windows the build process in step 3. is replaced by running the make.bat script included with the project.

Clone this wiki locally