Difference between revisions of "OAGear"

From Vlsiwiki
Jump to: navigation, search
(Created page with 'Installing OAGear We have a copy of OAGear in our subversion repository. To configure: > ./configure --prefix=$HOME --with-oa=/mada/software/oa2.2.6/ CXX=g++34 --disable-all --…')
(No difference)

Revision as of 17:45, 8 April 2010

Installing OAGear

We have a copy of OAGear in our subversion repository.

To configure: > ./configure --prefix=$HOME --with-oa=/mada/software/oa2.2.6/ CXX=g++34 --disable-all --enable-timer --enable-util

Then > make > make install > make check