openlink / html5pivotviewer

The HTML5 PivotViewer is a fork of a project that was started by LobsterPot Solutions as a cross browser, cross platform version of the Silverlight PivotViewer control produced by Microsoft. The control was written as a jQuery plug-in and utilises features available in HTML5.
Other
115 stars 79 forks source link

Building on Windows #14

Closed mattleibow closed 10 years ago

mattleibow commented 10 years ago

Hi all,

I think this project is brilliant and am going to use it on a major part of my site. I am hoping to be able to contribute... but I can't seem to be able to build this beauty.

I am a Windows guy, and I usually use Visual Studio - open and build :) I am not sure what to do here.

I read the INSTALL and saw that I need to run ./configure as a first step? This is linuxy :) so I recalled Cygwin - installed that and autoconf, but ./configure failed. I am at a loss here, sorry to be a bit dodgy, but hopefully your replies will fix that :)

Or am I going about this all wrong?

Is there a sample data and images somewhere I can use as a test to see all is ok once I get going?

JacquiHand commented 10 years ago

Hi Matthew,

Using Cygwin is the right way to go about it. First create an empty ChangeLog file in the root directory of the project then run: bash autogen.sh ./configure gmake

If this is not can you let me know what how it is failing.

Regards Jacqui

mattleibow commented 10 years ago

Thanks, I got it going.