<span>
      
    </span><div>Hi Jim,</div><div>  Tested the vdpm's github version following your compile steps:</div><div>  "How to build:</div><div><br></div><div>   1.Install Visual Studio 2010 or 2008 (this two versions is all tested)</div><div>   2.Install CMake 2.810.1 or 3.2 (this two versions is all tested)</div><div>   3.mkdir /build</div><div>   4.In CMake GUI: Where is the source code: --> Where to build the binaries: --> /build/</div><div>     Press [Configure] & [Generate], the solution files will be generated at /build/ "</div><div>   ---------------------------------------------------------------------------------------</div><div>   The cmake setting:</div><div>   Where is the source code:E:/vdpm-master20150728/vdpm-master/share</div><div>   Where to build the binaries:E:/vdpm-master20150728/vdpm-master/build</div><div>   the all main files is in this dir:E:/vdpm-master20150728/vdpm-master</div><div>   ---------------------------------------------------------------------------------------</div><div>   and get the following cmake warning:</div><div><br></div><div>   CMake Warning (dev) in CMakeLists.txt:</div><div>   No cmake_minimum_required command is present.  A line of code such as</div><div><br></div><div>    cmake_minimum_required(VERSION 2.8)</div><div><br></div><div>   should be added at the top of the file.  The version specified may be lower</div><div>   if you wish to support older CMake versions for this project.  For more</div><div>   information run "cmake --help-policy CMP0000".</div><div>   This warning is for project developers.  Use -Wno-dev to suppress it.</div><div><br></div><div>   ----------------------------------------------------------------------------------------</div><div>   then edit the file E:/vdpm-master20150728/vdpm-master/share/CMakeLists.txt</div><div>   add the line</div><div>   cmake_minimum_required(VERSION 2.8)</div><div>   the warning disappeared.</div><div>   but the generated .sln project contained none vdpm related projects.</div><div><br></div><div>   ----------------------------------------------------------------------------------------</div><div>   what's wrong with the operation???</div><div><br></div><div>   cheers</div><div>   zhuwan </div><div>   08,03,2015</div><pre>> -----原始邮件-----
> 发件人: "Jim Tan" <kctan_tw@hotmail.com>
> 发送时间: 2015-7-28 12:34:08
> 收件人: osg-users@lists.openscenegraph.org
> 抄送: 
> 主题: Re: [osg-users] [ANN] View-dependent progressive meshes on OpenSceneGraph

> I've built and tested on windows platform only. Suppose it should be supported on other platform which OSG supported.


> kornerr wrote:
> > Good to see it open source. Is it Windows only?
> > 
> > 
> > 2015-07-28 5:11 GMT+07:00 webmaster < ()>:
> > 
> >  ------------------
> > Post generated by Mail2Forum


> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=64500#64500





> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
</pre>