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

浙公网安备 33010602011771号