-
Notifications
You must be signed in to change notification settings - Fork 2
AWB Installation Ubuntu Pangolin
Kermin E Fleming edited this page Feb 15, 2015
·
2 revisions
Beyond the normal build tools the following packages need to be installed:
% sudo apt-get install subversion cvs % sudo apt-get install libpopt-dev libqt3-mt-dev % sudo apt-get install libqt-perl libterm-readline-gnu-perl libio-pty-perl % sudo apt-get install scons
The HEAD of awb and asimcore repositories are test releases for Precise Pangolin.
Install these additional packages on Precise Pangolin release of Ubuntu:
% sudo apt-get install zlib1g-dev % sudo apt-get install libqt4-dev perlqt-dev
We also need the perl enum module which is obtained from CPAN
% sudo perl -MCPAN -e shell
'no'
'install enum'
The following is needed for LEAP builds:
% sudo apt-get install python-pygraph
Install Bluespec
INSTRUCTIONS TBD
Optionally you might find the following packages useful for debugging:
apt-get install verilog gtkwave
# apt-get install swig flex bison
Continue with the system-wide installation.