diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-28 13:09:50 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-10-28 13:09:50 +0000 |
commit | f7eec0361d3b2465c8cf3449082ee396b016e29b (patch) | |
tree | 3e2477ce5a721c613a6a3474cadda7d407dc3fb4 /README | |
parent | 11509ce3fc6a36b6e3c094bf8aa11820f17d0ede (diff) | |
download | libfuse-f7eec0361d3b2465c8cf3449082ee396b016e29b.tar.gz |
fix
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -41,6 +41,21 @@ FUSE support is detected, the kernel module in this package will not be compiled. It is possible to override this with the '--enable-kernel-module' configure option. +If './configure' cannot find the kernel source or it says the kernel +source should be prepared, you may either try + + ./configure--disable-kernel-module + +or if your kernel does not already contain FUSE support, do the +following: + + - Extract the kernel source to some directory + + - Copy the running kernel's config (usually found in + /boot/config-X.Y.Z) to .config at the top of the source tree + + - Run 'make prepare' + For more details see the file 'INSTALL' How To Use |