Building OpenCASCADE on Debian】的更多相关文章

Building OpenCASCADE on Debian eryar@163.com Abstract. When you are familiar with OpenCASCADE on Windows, you should try it on Linux operating system, because of Debian is also open source like OpenCASCADE. The paper is focus on how to building the O…
Building OpenCascade on Windows with Visual Studio eryar@163.com 摘要Abstract:详细说明OpenCascade的编译配置过程,希望对你编译OpenCascacde有所帮助.本文内容来自OCCT的Overview文档,详细信息可参考之. 关键字Key Words:OpenCascade.Compiling 一.源码包 Source package OpenCascade的源码包中包括OpenCascade的源代码.示例程序源代…
Use Qt in Debian for OpenCASCADE eryar@163.com Recently several OpenCASCADE enthusiasts want to build my simple Qt demo about OpenCASCADE on ubuntu system, but could not compile it successfully. Because I only compiled the occQt in Windows system, do…
Apache DolphinScheduler 是一个分布式去中心化,易扩展的可视化 DAG 工作流任务调度系统.简称 DS,包括 Web 及若干服务,它依赖 PostgreSQL 和 Zookeeper,自身的服务模块包括:api, alert, master, worker(有一个 logger 服务,运行在 worker 中)等.详细部署可以参考:Docker 部署 Dolphin Scheduler 官方提供了构建 Docker 镜像的 Dockerfile,位于项目的 docker/b…
Building third-party products of OpenCascade eryar@163.com Available distributives of third-party products OpenCascade中用到了几个第三方库,其中tcl/tk和freetype是必须的,gl2ps, freeimage, tbb是可选的,可以通过配置custom.bat来进行选择.并不是第三方库需要重新编译. 当OpenCascade编译时报了缺少第三方库的头文件时,这是因为第三方…
OpenCASCADE Expression Interpreter by Flex & Bison eryar@163.com Abstract. OpenCASCADE provide data structure of any expression, relation or function used in mathematics. Flex and Bison are tools for building programs that handle structured input. Th…
最近需要做一个项目 在arm 架构的linux下 没有桌面环境的情况下拉起 有界面的浏览器使用. 考虑用qt 的界面和 qtwebikt 的库去实现这一系列操作. 本文参考: Qt移植到ARM Linux教程:http://www.veryarm.com/930.html 成功移植qt软键盘和输入法到arm开发板的qt程序中:http://www.csdn1 2 3.com/html/mycsdn20140110/d1/d1ecf8c322c9447b049f2a71d12f5e87.html…
A Simple OpenCASCADE Qt Demo-occQt eryar@163.com Abstract. OpenCASCADE have provided the Qt samples in the samples directory, but they are a little complicated. So I decide write a simple OpenCASCADE Qt demo for the OpenCASCADE beginners. Key Words.…
OpenCASCADE Conic to BSpline Curves-Parabola eryar@163.com Abstract. Rational Bezier Curve can represent conic curves such as circle, ellipse, hyperbola, .etc. But how to convert a conic curve to BSpline curve is still question, i.e. Represent a coni…
这个东东也是折腾了几天,网上很多文章可能已经过时,所以写下不同,以备后用. 参考网址: http://blog.csdn.net/genganpeng/article/details/7402229 http://blog.csdn.net/liefdiy/article/details/5348583 http://blog.itpub.net/81/viewspace-710064/ http://www.software8.co/wzjs/czxt/4668.html 为什么要用 OTL去…
The docker registry is bursting at the seams. At the time of this writing, a search for "node" gets just under 1000 hits. How does one choose? What constitutes a good docker image? This is a subjective matter, but I have some criteria for a dock…
You can try to build Debian/Ubuntu for OrangePI yourself. Clone my GitHub repository. You will need running Ubuntu or Debian system (you can even run it on OrangePI). Before running the script install debootstrap and qemu-user-static packages. Read c…
先介绍一下环境: 主机:Win7 虚拟机:VirtualBox + Debian7 由于软件源的体积比较大,所以我又给虚拟机添加了一块50GB的虚拟硬盘(给虚拟机添加虚拟硬盘的方法参见:http://www.cnblogs.com/pengdonglin137/p/3366589.html , 其中介绍了如何在Vmware和VirtualBox中给Linux虚拟机添加虚拟硬盘),然后修改/etc/fstab,使在系统启动的时候将其自动挂载到/home/pengdl/debian_source目录…
In this post I will describe the process of installing OpenCV(both versions 2.4.2 and 2.4.3) on Debian Linux (especially Debian-6). After installing, we will do some tests to verify the installation and also see some examples. As I was trying to inst…
本文章仅限cnblogs网站内转载!请某网站自觉,遵纪守法,尊重原创! 系统环境情况: 最小化.无桌面环境 新安装的Debian 8 Server 版本操作系统虚拟机一台 手动编译安装MongoDB C++驱动过程: 在官方网站的这里(https://docs.mongodb.com/ecosystem/drivers/)有各种语言相关驱动信息列表. 本文记录了C++驱动安装过程,驱动安装的大体流程参照官方github的WiKi : https://github.com/mongodb/mong…
练习 1 方案:确定软件包是否安装 如果您不确定某个软件包是否已经安装,可以使用 dpkg 的 -l (L的小写) 选项: $ dpkg -l zsh No packages found matching zsh. 上面结果这表明 zsh 没有 安装. 练习 2 的方案. 搜索软件包 可以使用 apt-cache 命令和它的 search 子命令来搜索软件包: zsh,如清单 1 所示. 清单 1. 使用 apt-cache 搜索 zsh $ apt-cache search zsh kdesd…
系统为Linux debian 2.6.32-5-686.这是裸系统,连xwindows都没有.帐户为root,不是的注意一下权限.这里想说明安装过程及出现的问题,故打印的信息较多,以供出现错误的读者对比.不需要这些信息的读者勿喷. 网上流行的安装方法: sh autogen.sh 或 ./configure make make install 注意,sh autogen.sh 或 ./configure 只运行其中一个就可以,功能一样.只是autogen.sh调用autoconf来配置参数,.…
from:www.penlug.org/twiki/bin/view/Main/TightVNC Using VNC   The tool vncserver allows you to run additional X servers on a single machine. These X servers don't display anywhere, but instead you need to connect to them using vncviewer. The additiona…
编译遇到的问题很多.网上的文章往往是记录遇到的报错,贴上对应的解决. 而实际的环境,如操作系统,安装的软件必然有差异,所以,更重要的是,如何找到解决方法(不担保按步骤做可以编译成功),并将过程自动化. 安装php-dev apt-get install php5-dev 安装phpize.autoconf.php-config等configure安装需要的命令 configure 安装三步曲 (configure,make,install三步) 先进入php源码目录 ./buildconf --…
准备文件: debian-9.8.0-amd64-DVD-1.iso debian-9.8.0-amd64-DVD-2.iso debian-9.8.0-amd64-DVD-3.iso 挂载: root@debian:~# mount -t iso9660 -o loop /debian/debian-9.8.0-amd64-DVD-1.iso /mnt/debian1 mount: /dev/loop0 is write-protected, mounting read-only root@d…
最近需要做一个项目 在arm 架构的linux下 没有桌面环境的情况下拉起 有界面的浏览器使用. 考虑用qt 的界面和 qtwebikt 的库去实现这一系列操作. 本文参考: Qt移植到ARM Linux教程:http://www.veryarm.com/930.html 成功移植qt软键盘和输入法到arm开发板的qt程序中:http://www.csdn1 2 3.com/html/mycsdn20140110/d1/d1ecf8c322c9447b049f2a71d12f5e87.html…
基于 debian 操作系统的 docker 镜像,安装 vim,步骤: apt-get update apt-get install vim 注意: 直接运行步骤2,可能会报错: Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package vim 此时,需要先运行步骤1,再运行步骤2…
目录 1. 概要 2. nginx + passenger 配置 2.1. package 安装 2.2. 配置文件设置 2.3. 测试配置结果 2.4. 参考网址 概要 之前做过 apache + passenger 作为 puppetmaster 前端的实验, 这次试试由 nginx + passenger 来作为 puppetmaster 的前端. nginx + passenger 配置 package 安装 虽然debian 上有 puppetmaster-passenger 这个包,…
在宿舍搞开发的时候经常遇到有些工具需要安装,没有网络,这时候只能靠mount本地的iso镜像来搞,结果像Debian有3张安装光盘,CentOS有2张光盘,有时候安装包不在第一张光盘里,而在第二张光盘里,这时候需要卸载掉第一张盘,然后进入虚拟机设置,载入第二张盘,重新挂载,重新更新源数据库,有时候挂载一次还不一定成功要反复折腾多次才行,实在是烦人,所以研究了下能不能直接将iso挂载成本地的源,结果测试成功,写下来分享下. Debian8:debian8有3张光盘,先将光盘拷贝到虚拟机里面,然后找…
1: 台式机家里面不想再走线了. 于是去某东买了个USB无线网卡.tp的WN725N  USB,非常小, 和罗技的优联接收器差不多大. 2:  驱动能自己识别是不指望了,既然是usb网卡,插入USB后,那就lsusb 看到新增加了一行Realtek的  ID 0bda:8179 root@debian:/# lsusb Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 002 Device 001: ID 1d6…
Building on Unix Prerequisites OpenSSL is required for authentication or for SSL connections to MongoDB. Kerberos or LDAP support requires Cyrus SASL. To install all optional dependencies on RedHat / Fedora: $ sudo yum install pkg-config openssl-deve…
apt包管理器说好真好,说不好真不好. 最近在debian9.ubuntu18.04上安装oracle 10g 玩. 怎么都准备不好安装环境.原因就是i386构架体系的deb包总安装不正确! baidu.google.bing一把,也没见着类似的解决方法.无奈,自己瞎 JB 试!反正“死马当活马医”! -------------------- 又是无意中.根据dpkg的错误提示信息: ...dpkg: error processing package libuuid1:i386 (--insta…
Debian official document:http://www.debian.org/doc/manuals/network-administrator/ch-bind.html Building A Debian DNS System:http://www.howtoforge.com/debian_dns Traditional DNS Howto:http://www.howtoforge.com/traditional_dns_howtoMake DNS securoty:htt…
目前常用的Linux发行版主要包括Debian/Ubuntu系列和CentOS/Fedora系列.前者以自带软件包版本较新而出名:后者则宣称运行更稳定一些.选择哪个操作系统取决于读者的具体需求.同时,社区还推出了完全基于Docker的Linux发行版CoreOS. 使用Docker,只需要一个命令就能快速获取一个Linux发行版镜像,这是以往包括各种虚拟化技术都难以实现的.这些镜像一般都很精简,但是可以支持完整Linux系统的大部分功能. BusyBox BusyBox是一个集成了一百多个最常用…
常用的包管理工具有:apt.apt-get.apt-cache.apt-file.aptitude.dpkg等.功能有重复的,挑顺手的即可. 1.apt # apt --help list - list packages based on package names search - search in package descriptions show - show package details update - update list of available packages insta…