Changeset 1054

Show
Ignore:
Timestamp:
04/27/08 12:05:30 (2 years ago)
Author:
ppalmers
Message:

Simplify instructions

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/README

    r1052 r1054  
    126126------------ 
    127127 
    128 Building the code is straight forward if PKG_CONFIG_PATH, LD_LIBRARY_PATH 
    129 and INCLUDE_PATH is correctly set up. 
    130  
    131 E.g on my system I have installed libraw1394, libiec61883 and libavc1394 
    132 under /usr/local: 
    133  
    134 $ export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig 
    135 $ export LD_LIBRARY_PATH=/usr/local/lib 
    136  
    137 If you want to build the release version you can do following: 
     128If you want to build the release version you can simply do following: 
    138129 
    139130$ scons 
     
    145136$ scons DEBUG=yes 
    146137$ scons install 
     138 
     139More extended instructions can be found here: 
     140http://subversion.ffado.org/wiki/CompilationGuides 
    147141 
    148142NOTE: In order to build jackd with ffado support, you have