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 --…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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