ubuntu下面安装Coin软件

转载:

https://bitbucket.org/Coin3D/coin/wiki/BuildWithCMake

 

前提是,你已经安装了cmake,才适用此方法。

(1) hg clone https://bitbucket.org/Coin3D/coin coin
(2) cmake -Hcoin -Bcoin_build -G "Unix Makefiles" -DCMAKE_INSTALL_PREFIX=/usr/local/Coin3D -DCMAKE_BUILD_TYPE=Release
(3) cd coin_build
(4) make
(5) sudo make install
(6) cd cpack.d
    cpack --config debian.cmake
    cpack --config fedora.cmake
posted @ 2019-02-27 21:29  勤奋的小呆  阅读(734)  评论(0编辑  收藏  举报