-
Notifications
You must be signed in to change notification settings - Fork 79
Quickstart Guide
JacquiHand edited this page Aug 22, 2014
·
1 revision
The easiest way to get started with the Html5PivotViewer is to follow these steps:
- Downloaded the project zip file.
- 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
- Built the project. First create an empty ChangeLog file in the html5pivotviewer-develop folder then run:
- ./autogen.sh
- ./configure
- make
- mk_scripts_folder.sh
- 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.