Changeset 1054
- Timestamp:
- 04/27/08 12:05:30 (2 years ago)
- Files:
-
- trunk/libffado/README (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/README
r1052 r1054 126 126 ------------ 127 127 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: 128 If you want to build the release version you can simply do following: 138 129 139 130 $ scons … … 145 136 $ scons DEBUG=yes 146 137 $ scons install 138 139 More extended instructions can be found here: 140 http://subversion.ffado.org/wiki/CompilationGuides 147 141 148 142 NOTE: In order to build jackd with ffado support, you have
