On 1 Oct 2009, at 17:54, lee wrote:

> Hi I am trying to install a program downloaded from the following site
> http://www.mit.edu/~ibaran/autorig/pinocchio.html
>
> I have very little experience with fltk and can just about work my  
> way around Microsoft Visual studio.
>

You can download the fltk sources from here: http://www.fltk.org/ 
software.php

Either fltk-1.1.7 as suggested, or the latest 1.1.x release, which is  
the release candidate for 1.1.10, which should be the fltk-1.1's  
final stable version.

The active fltk-1.3.x series would probably work too (it has  
essentially the same code API as fltk-1.1) but you should not use the  
fltk-2 series for this project because it has a different code API  
which is not directly compatible with fltk-1.1 series code.

Building the fltk libs under VS2005 should be as simple as using the  
MS IDE project files that are in the distribution tarball.

Thereafter, it ought to be a matter of simply telling the pinocchio  
code where you have installed fltk, and from then it should Just Work  
to build pinocchio under VS... Probably...

What have I missed? Did that make sense?







_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to