zoukankan      html  css  js  c++  java
  • MeshDog

    一、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:devlibboost_1_59_0)

    c. set two environment variables 

    BOOST_LIBRARYDIR=C:devlibboost_1_59_0lib32-msvc-xx.0

    BOOST_INCLUDEDIR=C:devlibboost_1_59_0

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

    1.3 Qt

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

    b. add the environment variable QTDIR (C:QtQt5.5.1)

    c. add to the path the bin directory of Qt (C:QtQt5.5.15.5msvcXXXX_XXin)

    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:devCGAL-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:devCGAL-4.7' for source and 'C:devCGAL-4.7uild' as binaries

    1.3 Configure, Generate

    1.4 In the directory 'C:devCGAL-4.7uild', 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:devCGAL-4.7uildin

    2. CImg

    3. CEP

    二、MeshDog/MeshHog

  • 相关阅读:
    [oldboy-django][2深入django]老师管理--查看,添加,编辑
    全虚拟化和半虚拟化的区别 cpu的ring0~ring3又是什么概念?
    Ansible Jinja if 生成不同的MySQL文件
    Linux内核优化(未注释)
    CentOS7入门到精通实战课程课后习题
    基于sersync海量文件实时同步
    CentOS6系统优化
    lnmp架构实现动态php
    云计算与虚拟化KVM深度实践
    Linux6系统安装
  • 原文地址:https://www.cnblogs.com/uestc-wxp/p/5454605.html
Copyright © 2011-2022 走看看