handle.empty.exclusionlist
[tfs.git] / INSTALL
blob3cf1f77bb6822b9f357ed17169815382f1582ca2
1 To build:
3         ./configure [--prefix=/yourprefix]
5         make
7 To install:
9         make install
12 Gnome Keyring Support
13 -----------------------------------------------------------------
14 The command line client, tf, has optional support for storing 
15 login credentials in the Gnome Keyring. 
17 SUSE seems to have a patched Gnome Keyring that installs the assembly
18 into the GAC, most other distros have not yet picked up this
19 change. If you're running such a distro, you need to execute the
20 following command:
22   cp /usr/lib/Gnome.Keyring/Gnome.Keyring.dll $PREFIX/lib/opentf/
24 where $PREFIX is the prefix you supplied to the configure script above.