当前位置: 首页 > 工具软件 > BRL-CAD > 使用案例 >

brl-cad installation on ubuntu

谢烨烨
2023-12-01

from http://openae.org/download-brl-cad


BRL-CAD is an open source collection of software packages which was put forth into development in 1979 by the US Army Research Laboratory. The collection of libraries give the package the functionality to trace rays, interactively build geometry, image processing, signal processing, scripting, and graphics rendering. 

BRL-CAD is open source and available for Linux, Unix, Mac OS, and Windows platforms in binary form (package already compiled). 

To install it on Ubuntu Karmic 32 bit:

  1. Download the "LInux" binaries from the BRL-CAD website
  2. After downloading the binaries, you need to install the libstc++5 libraries which have been taken out of Ubuntu Karmic | DOWNLOAD
  3. Now open the terminal, navigate to the folder with the downloaded files and run the following commands (just copy and paste them):

              $ sudo dpkg -i libstdc++5_3.3.6-17ubuntu1_i386.deb | INSTALLS C++ LIB

              $ tar jxvf brlcad_7.10.4_ia32.tar.bz2  | UN-ARCHIVES BINARIES

              $ sudo mv usr/brlcad /usr/ | MOVE BRL-CAD INTO THE USR FOLDER

Thats it! To run MGED (the geometry modeler) portion of BRL-CAD you have to give a path dependent command like this:

$ /usr/brlcad/bin/mged

After the previous command, the two windows of MGED should appear.
 类似资料:

相关阅读

相关文章

相关问答