Skip to content

Installation

knicos edited this page Apr 6, 2013 · 3 revisions

Cadence-Embedded Installation Guide

The source can be downloaded from github and compiled. There are no binary releases.

  1. autoconf
  2. ./configure --enable-qt
  3. make
  4. sudo 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.

Running Cadence

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.

Clone this wiki locally