aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2004-12-05 21:26:16 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2004-12-05 21:26:16 +0000
commit716bfbf697ed5e84284503e25aa36c7305437760 (patch)
tree8f474cd16b3dac9e73b7d56e36cbf4bfe13ee43e
parent7fb3a02ec51a8df16bd79d05d277310e0f5bfbee (diff)
downloadsshfs-716bfbf697ed5e84284503e25aa36c7305437760.tar
sshfs-716bfbf697ed5e84284503e25aa36c7305437760.tar.gz
sshfs-716bfbf697ed5e84284503e25aa36c7305437760.tar.bz2
sshfs-716bfbf697ed5e84284503e25aa36c7305437760.zip
fix
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 6905b85..fd2bad0 100644
--- a/README
+++ b/README
@@ -44,7 +44,8 @@ First you need to download FUSE 2.2 or later from:
http://fuse.sourceforge.net
-After installing FUSE, compile sshfs the usual way:
+You also need to install the devel package for glib2.0. After
+installing FUSE, compile sshfs the usual way:
./configure
make