CGAL4.10 编译

环境:Window10,VS2013 ,QT5.6.2 64bit

1.按装boost_1_64_0 boost_1_64_0-msvc-12.0-64.exe

2.zlib-1.2.11.tar.gz编译很容易

3.QGLVIewer编译2.6

4.CGAL-4.10-Setup.exe安装包中自带了gmp mpfr

时间: 2024-10-13 02:22:18

CGAL4.10 编译的相关文章

[Android_Ubuntu编译错误]ubuntu13.10编译错误全部解析

以下是编译Android 4.0.4的常见错误,这些错误的解决办法收录自互联网. Google group有个专门的Android Building组,有兴趣的可以加入. 除了android组解决的错误外,还有两个错误 1.external/oprofile/libpp/format_output.h:94:22: 错误: reference ‘counts’ cannot be declared ‘muta external/oprofile/libpp/format_output.h:94:

Mac OS X 10.10 编译代码出错 fatal error: '__debug' file not found #include <__debug>

1. 错误描述 在mac系统升级到yosemite,或者Xcode版本升级后,在编译c++程序的时候无法通过,错误类型如下: 2. 解决方案 创建一个临时文件"__debug",可以解决这个问题.在命令行中执行以下代码: $ echo '#define _LIBCPP_ASSERT(x, m) ((void)0)' | sudo tee -a /Library/Developer/CommandLineTools/usr/include/c++/v1/__debug > /dev

ubuntu 13.10 编译安装conkeror

conkeror几年前我用过,还是一个不错的浏览器,这次因为笔记本只支持Ubuntu 13.10, 而不支持更新版本,就尝试着在Ubuntu 13.10上安装最新conkeror,但是没想到居然没有安装源.于是就编译吧, 当然还是要首先clone到源代码: git clone git://repo.or.cz/conkeror.git 然后根据官方文档的提示: To build your own Conkeror package, install fakeroot, quilt, and deb

Nginx1.10编译安装

企业实战千万PV的Nginx就得这么安装 更多文章请访问 乌龟运维 wuguiyunwei.com 已经上线六个个多月 现在非常稳定 这是现在的整理 Nginx 下载 wget http://nginx.org/download/nginx-1.10.3.tar.gz Openssl 下载 Wget https://www.openssl.org/source/openssl-1.1.0e.tar.gz Pcre 下载 wget ftp://ftp.csx.cam.ac.uk/pub/softw

Apache httpd-2.4.10编译安装

系统: CentOS6.5_64 软件: httpd-2.4.10.tar.bz2 依赖: openssl-1.0.1j.tar.gz.apr-1.5.1.tar.bz2.apr-util-1.5.4.tar.bz2.pcre-devel 下载地址: http://www.openssl.org/source/            openssl 下载地址: http://httpd.apache.org/download.cgi      httpd 下载地下: http://apr.apa

PHP 7.2.10 编译安装

准备环境 1.CentOS 系统 [[email protected] ~]# cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) 2.防火墙 [[email protected] ~]# systemctl stop firewalld [[email protected] ~]# systemctl disable firewalld [[email protected] ~]# cat /etc/sysconfig/se

C指针原理(10)-编译原理-小型计算器实现

.打开cygwin,进入home目录,home目录在WINDOWS系统的cygwin安装目录映射为home目录. 2.首先,在home目录中新建文件夹,在文件夹中放置如下内容的test1.l /*统计字数*/ %{ int?chars=0; int?words=0; int?lines=0; %} %% [a-zA-Z]+??{words++;chars+=strlen(yytext);} \n??{chars++;lines++;} .???{chars++;} %% main(int?arg

PostgreSQL 10编译安装(CentOS 7)

文档版本:v1.0 环境说明: PostgreSQL 10.9 CentOS 7.6 1 安装必要软件 # yum groupinstall -y "Development tools" # yum install -y bison flex readline-devel zlib-devel gcc 2 获取Postgres资源并编译安装 可通过访问https://www.postgresql.org/ftp/source/确定所需版本,以下使用10.9版本进行安装. # pwd /

nginx mac 10.10 编译报错

/os/unix -I ../pcre-8.36 -I objs \ -o objs/src/core/ngx_crypt.o \ src/core/ngx_crypt.c src/core/ngx_crypt.c:82:5: error: 'MD5_Init' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations] ngx_md5_init(&md5); ^ src/core/ngx_md