一、TransforMesh

1. CGAL

(http://www.cgal.org/download/windows.html#GeneralPrerequisites)

预装软件

1.1 cmake

1.2 Boost (添加环境变量BOOST_ROOT)

a. download (https://sourceforge.net/projects/boost/files/boost-binaries/)

b. install (c:\dev\libboost_1_59_0)

c. set two environment variables

BOOST_LIBRARYDIR=C:\dev\libboost_1_59_0\lib32-msvc-xx.0

BOOST_INCLUDEDIR=C:\dev\libboost_1_59_0

d. add the path to the Boost dll files in PATH environment variable   (C:\dev\libboost_1_59_0\lib32-msvc-xx.0)

1.3 Qt

a. download (http://www.qt.io/download-open-source/#section-5)

b. add the environment variable QTDIR (C:\Qt\Qt5.5.1)

c. add to the path the bin directory of Qt (C:\Qt\Qt5.5.1\5.5\msvcXXXX_XX\bin)

To avoid any conflict with another dll with the same name from another folder, add this path as the first in the list.

1.4 BLAS (http://icl.cs.utk.edu/lapack-for-windows/lapack/#libraries_mingw)

1.4.1 FORTRAN COMPILE (Intel C and Fortran Compilers)

1.4.2 BLAS

1.5 CGAL

a. install (choose ‘C:\dev\CGAL-4.7’ as installation directory)

b. 步骤

1.1 open cmake-gui

1.2 For both "Where is the source code" and "Where to build the binaries", specify the CGAL Installation folde. I set 'C:\dev\CGAL-4.7' for source and 'C:\dev\CGAL-4.7\build' as binaries

1.3 Configure, Generate

1.4 In the directory 'C:\dev\CGAL-4.7\build', a solution file named CGAL.sln has been created

1.5 Run Visual Studio and compile ALL_BUILD project both in Debug and Release.

1.6 Add to your path the bin directory of the build.  I add to my PATH C:\dev\CGAL-4.7\build\bin

2. CImg

3. CEP

二、MeshDog/MeshHog

MeshDog的更多相关文章

随机推荐

  1. HTML 表单和输入<textarea><label><fieldset><legend><select><optgroup><option><button>

    textarea><label><fieldset><legend><select><optgroup><option>& ...

  2. SoapUI新版本“Ready!API 1.80”体验

    做过接口测试的朋友,肯定都知道一个工具--SoapUI,它强大的功能与集成用例的特性,让不管是开发还是测试,都喜欢用它.在经历了众多版本后,SmartBear公司将SoapUI 从进行了大改版,这也是 ...

  3. 论C#未来发展

    近日M#的消息令江湖再次起了波澜.大家知道,.NET已经进入了瓶颈期.这个消息又让偶有所期待,趁此机会发表一下个人的展望,对C#或者其继任者,不管是M#还是X#. 一.语法特性 1. using引入类 ...

  4. 盘点JavaScript里好用的原生API

    转自:https://segmentfault.com/a/1190000002753931 解析字符串对象 我们都知道,JavaScript对象可以序列化为JSON,JSON也可以解析成对象,但是问 ...

  5. Oracle连接数据库的封装类OracleDB

    import java.sql.Connection;import java.sql.DriverManager;import java.sql.ResultSet;import java.sql.S ...

  6. cacti结合nagios

    使用系统ubuntu12.0.45 监控软件,cacti 使用的是源码安装系统自带的版本过低需要添加插件 nagios采用的系统自带版本 安装nagios apt-get install nagios ...

  7. iOS中 HTTP/Socket/TCP/IP通信协议详解

    // OSI(开放式系统互联), 由ISO(国际化标准组织)制定 // 1. 应用层 // 2. 表示层 // 3. 会话层 // 4. 传输层 // 5. 网络层 // 6. 数据链接层 // 7. ...

  8. UIScrollView无法滚动的解决办法及UIScrollView的代理(delegate)

    1•如果UIScrollView无法滚动,可能是以下原因: Ø没有设置contentSize ØscrollEnabled = NO Ø没有接收到触摸事件:userInteractionEnabled ...

  9. 绑定多个ddl

    添加材料,需要绑定材料类型.设备名称.省份和所属终端客户等信息,前台页面如下: 前台.aspx <asp:Content ID="Content2" ContentPlace ...

  10. 手把手教你使用PS切图

    http://blog.csdn.net/jiangwei0910410003/article/details/41627565