- updated README, gui/README, and doc/USB-capture.txt
[barry.git] / gui / README
blob5ef4695c8babd32df4d1f267d3569dc20b2a2c43
2 This is the GUI sub-project of the Barry project.  You will need the
3 Barry library compiled and installed to use this.  This directory
4 contains a fully standalone build tree, and is not built automatically
5 when you build Barry.
9 Library Dependencies:
10 ---------------------
12 You will need the following packages installed on your system, including
13 any dev or devel packages that come along with them: (all of these
14 packages are easily available on Debian stable... your mileage may vary
15 on other distros)
17         pkg-config              Used by the configure scripts
18         gtkmm 2.4               C++ GTK+ wrapper library
19         glademm 2.4             C++ glade wrapper library
20         glibmm 2.4              C++ glib wrapper library
21         libusb 0.1.x            USB interface library
22         libtar 1.2.x            TAR file library
23         zlib                    compression library
25 And of course:
27         libbarry 0.x            In the same tarball as this code.
29 If you've installed Barry in a non-standard spot, use something like the
30 following:
32         export PKG_CONFIG_PATH="/home/cdfrey/Barry/lib/pkgconfig"
33         ./configure --prefix=/home/cdfrey/Barry
37 Dependency packages for common distributions:
38 ---------------------------------------------
39 The following is a list of packages you'll need to install to build the GUI,
40 if you are using one of the below common distributions.  Other distributions
41 should have similar package names.
43         Fedora 5 and 6:
44         ---------------
45         Use the yum package manager to install the following:
47                 pkgconfig
48                 libtar  (libtar-devel on Fedora 6)
49                 libusb-devel
50                 gtkmm24-devel
51                 glibmm24-devel
52                 zlib-devel
54         Debian stable:
55         --------------
56         Use the apt-get package manager to install the following:
58                 pkg-config
59                 libtar-dev
60                 libusb-dev
61                 libgtkmm-2.4-dev
62                 libglibmm-2.4-dev
63                 zlib1g-dev
67 If you have any trouble, please send mail to the mailing list and
68 ask for help!
70 February 2007