= ALOE Quick Start Guide = In this page we describe how to download, install and run an example waveform for ALOE. == Downloading & Installing == === From source === Download from http://flexnets.upc.edu/downloads/aloe-1.0.tar.gz Untar, compile and install: {{{ tar xzvf aloe-1.0.tar.gz cd aloe-1.0 ./configure make sudo make install }}} === Debian packages === == Running an example == From the same directory where the source is (phal_trunk): {{{ runph }}} And in the runph prompt: {{{ runph$: phload example runph$: phinit example runph$: phrun example }}} And your waveform is running! [[BR]] [[BR]] === Notes === You will need automake, autoconf and libtool to build from source. If you have a debian: {{{ sudo apt-get install automake autoconf libtool }}} [[BR]] [[BR]] [wiki:ALOE "[Back to ALOE]"]