root/trunk/freebob/README

Revision 16, 1.0 kB (checked in by wagi, 19 years ago)

Dependencies updated: libiec61883, libraw1394.
Dependencies removed: boost library.
New files: AvDevice?.h AvDevice?.cpp, AvDevicePool?.h AvDevciePool?.cpp

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 FreeBob
2 =======
3
4 This is work in progress.  Do not expect anything working.  Especially at this
5 point of time of the project.
6
7 This project aims to provide a free driver implemenation for the BeBob
8 platform.  The BeBob is used in many avaible IEEE 1394 based break out boxes.
9
10 IEEE 1394 protocols are rather complex and confusing.  This is the first
11 approach to master those protocols and get streaming working with a
12 BeBob plattform. 
13
14 Dependencies
15 ------------
16
17 You need following libraries in order to build FreeBob:
18
19 libraw1394  (>= rev 149), http://www.linux1394.org
20 libiec61883 (>= rev 32),  http://www.linux1394.org (only available from svn)
21 libavc1394  (>= 0.4.1),   http://sourceforge.net/projects/libavc1394
22
23 Generally, this project depends on the latest available version (even
24 svn/cvs).  In short: latest is greates.
25
26 How to build
27 ------------
28
29 Building the code is straight forward if PKG_CONFIG_PATH, LD_LIBRARY_PATH
30 and INCLUDE_PATH is correctly set up.
31
32 $ autoreconf -f -i -s
33 $ ./configure --enable-maintainer-mode
34 $ make
35
Note: See TracBrowser for help on using the browser.