FireStats error : FireStats: Unknown commit strategy CAD Downloads
Search openAE
User Login

BRL-CAD Ubuntu 64 Installation

User Rating: / 2
PoorBest 

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 64 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_amd64.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.  

Last Updated (Wednesday, 30 December 2009 22:15)

 

BRL-CAD Ubuntu 32 Installation

User Rating: / 2
PoorBest 

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. 

Last Updated (Wednesday, 30 December 2009 22:15)