OAGear
From Vlsiwiki
Revision as of 17:45, 8 April 2010 by Test (Talk | contribs) (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 --…')
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