Lingdingyang

Stay Hunger, Stay Foolish

Want to be a generalist, able to take on a wide variety of different work.


Build IfcPLusPlus

在 Ubuntu14.04 版本中编译 IfcPLusPlus

更新源

sudo apt-get update

安装依赖库

apt-get install build-essential

apt-get install cmake git

apt-get install libboost-dev

apt-get install libopenscenegraph-dev

apt-get install libqt4-dev

下载并编译

git clone git://github.com/berndhahnebach/IfcPlusPlus/ ifcplusplus

cd ifcplusplus

mkdir build

cd build

cmake ../

make

cd Debug

./IfcPlusPlusViewer
最近的文章

Redirect CMD Output

今天遇到一个进程调用控制台程序阻塞的问题。

windows.net继续阅读
更早的文章

Chrome Extensions At Work

介绍几个能让Chrome更清爽浏览网页以及为工作带来便利的扩展程序。

diarychrome继续阅读