> On Thursday, November 15, 2012 5:06:23 AM UTC-6, Paul Williamson wrote:
>
> I've just done this - as I know, starting from zero there's a steep
> learning curve. I can't really give you a step-by-step but I can
> describe what I did.
> I used the Windows GUI for CMake (cmake-gui) to set the CMake
> variables as described. The output from CMake is a Visual C++
> project file which I then used to build the bindings using MS Visual
> C++ Express (make sure SWIG is on the Windows PATH). After this I
> was able to run the bindings examples from the command line.
> This may be as far as you want to go - but I then integrated them
> into Eclipse (which is another story)
> Paul
>
> On Wednesday, 14 November 2012 18:34:09 UTC, Rasael Bervini wrote:
>
> Hi,
>
> I am working on a project on Windows system and am in need of
> the java bindings.
> I am having troubles following the installation instructions on
>
http://code.google.com/p/cgal-bindings/wiki/Installation
>. I