Add ARDOUR::ardour_search_path that contains the directories in the ARDOUR_PATH envir...
[ardour.git] / libs / glibmm2 / README
1 This is the unstable version of gtkmm, aimed at Gtk+ 2.0.x.
2 See CHANGES for a comparison with gtkmm 1.2.
3
4 Contents:
5 * Your unstable development environment
6 * Required libraries:
7
8 Your unstable development environment
9 -------------------------------------
10
11 Until the GTK+ 2.0 / GNOME 2.0 platform is stable, you should try to separate these unstable libraries from your stable GTK+ 1.2 / GNOME 1.2/1.4 libraries. You can do this by installing the unstable libraries into a different prefix.
12 e.g. ./configure --prefix=/usr/devgnome2
13
14 When using the development libraries, you will need to modify some environment variables. This will be easier if you create a file (e.g. devgnome2) in your home directory that contains these commands:
15
16 export PATH="/usr/devgnome2/bin:$PATH"; export LD_LIBRARY_PATH="/usr/devgnome2/lib" ; export PKG_CONFIG_PATH="/usr/devgnome2/lib/pkgconfig:$PKG_CONFIG_PATH" ;
17
18 You can then type
19 # source devgnome2
20 to prepare your environment before building or working with the development libraries.
21
22 You may also need to edit /etc/ld.so.conf to add /usr/devgnome2/lib, and then type /sbin/ldconfig to re-process the ld.so.conf.
23
24
25 The vicious-build-scripts module in cvs.gnome.org might help you with this, if you can get it to work.
26
27 Required Libraries
28 ------------------
29
30 * Of course, you will need gtk+ 2 and its dependencies.
31 * libsigc++ 1.2 (A release, or libsigc++-1.2 from cvs)