BUGFIX: when deleting directories, delete any files within them
[tfs.git] / INSTALL
bloba0e7935ae4cf310dea90f0d03a236358a24ff762
1 To build:
3         ./configure [--prefix=/yourprefix]
5         make
7 To install:
9         make install
11 Gnome Keyring Support
12 -----------------------------------------------------------------
13 The command line client, tf, has optional support for storing 
14 login credentials in the Gnome Keyring. 
16 SUSE seems to have a patched Gnome Keyring that installs the assembly
17 into the GAC, most other distros have not yet picked up this
18 change. If you're running such a distro, you need to execute the
19 following command:
21   cp /usr/lib/Gnome.Keyring/Gnome.Keyring.dll $PREFIX/lib/teamfoundation/
23 where $PREFIX is the prefix you supplied to the configure script above.