Compiling

From BRL-CAD
Revision as of 15:27, 15 May 2009 by JamesVasile (talk | contribs) (Added build instructions specific to debian/ubuntu)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Compiling BRL-CAD

BRL-CAD source files contain an INSTALL file with general instructions. This page contains tips for building on specific systems.

Debian / Ubuntu

Tools

aptitude install build-essential libtool

Library dependencies

aptitude install libxi-dev libncursesw5-dev libxt-dev libxslt1-dev libxmu-dev libxmu-headers byacc flex libtnt-dev libxext-dev libpng12-dev zlib1g-dev libsm-dev libx11-dev libxau-dev tk8.5-dev tcl8.5-dev tk8.4-dev tcl8.4-dev itcl3-dev

Configure

./configure --enable-optimized --enable-iwidgets-build --enable-libblt-build --enable-libtkimg-build --enable-nx-build --enable-models

Make and Install

make
sudo make install

Troubleshooting

If make returns an error complaining that libitk.la cannot be found, make sure you have libtool installed then do:

./autogen.sh
make noprod
make

History

These tips gleaned from knudfl and #brlcad. Tested by JamesVasile on Ubuntu Itrepid with BRL-CAD 7.14.8.