Changes between Initial Version and Version 1 of QuickStartGuide

Show
Ignore:
Timestamp:
05/12/09 19:35:39 (16 years ago)
Author:
ismael (IP: 192.168.100.222)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • QuickStartGuide

    v1 v1  
     1= ALOE Quick Start Guide = 
     2 
     3In this page we describe how to download, install and run an example waveform for ALOE. 
     4 
     5== Downloading & Installing == 
     6 
     7{{{ 
     8svn co http://flexnets.upc.edu/svn/phal/trunk phal_trunk 
     9cd phal_trunk 
     10./autogen.sh 
     11./configure 
     12make 
     13sudo make install 
     14}} 
     15 
     16== Running an example == 
     17 
     18From the same directory where the source is (phal_trunk): 
     19{{{ 
     20runph 
     21}}} 
     22 
     23And in the runph prompt: 
     24{{{ 
     25runph$: phload example 
     26runph$: phinit example 
     27runph$: phrun example 
     28}}} 
     29 
     30And your waveform is running! 
     31