-
Notifications
You must be signed in to change notification settings - Fork 0
Installation
knicos edited this page Apr 6, 2013
·
3 revisions
The source can be downloaded from github and compiled. There are no binary releases.
autoconf./configure --enable-qtmakesudo make install
If you do not require the Qt graphical support then run configure without --enable-qt. You will need Qt4 development installed, along with g++ and autoconf.
The program is then installed as cadence-embed which can be run from the command line. See the DASM documentation for more on how to use the virtual machine. A command line DASM interface can be used as follows:
cadence-embed -i
Further information on command line arguments can be found using --help.