You are on page 1of 1

PATH=/usr/local/balsa/bin:${PATH} LD_LIBRARY_PATH=/usr/local/balsa/lib:${LD_LIBRARY_PATH} 3) Install the Balsa package: tar xzf balsa-3.4.2.tar.gz cd balsa-3.4.2 ./configure --prefix=/usr/local/balsa make install cd ..

4) Install the other optional packages: tar xzf gtkwave-2.0.0pre5.tar.gz cd gtkwave-2.0.0pre5 ./configure --prefix=/usr/local/balsa make install cd .. tar xzf espresso-ab-1.0.tar.gz cd espresso-ab-1.0 ./configure --prefix=/usr/local/balsa make install cd .. 4b) Install dot if you want the visualisation system * Either from the graphviz package (better) tar xzf graphviz-2.2.tar.gz cd graphviz-2.2 ./configure --prefix=/usr/local/balsa make install cd .. * Or from the binary version (deprecated) #chmod +x dot--1.10 #cp dot--1.10 /usr/local/balsa/bin/dot 5) Check that the executables gtkwave, espresso and dot are visible in the path which gtkwave which espresso which dot 6) Check that the executable balsa-config is visible which balsa-config 7) Install the example technology package tar xzf balsa-tech-example-3.4.tar.gz cd balsa-tech-example-3.4 ./configure # Note, no prefix! # Configure should find the Balsa installation make install cd ..

You might also like