summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorKjetil Ørbekk <orbekk@pvv.ntnu.no>2007-11-21 20:48:26 +0100
committerKjetil Ørbekk <orbekk@pvv.ntnu.no>2007-11-21 20:48:26 +0100
commitcdc6a068f2e8a320f8beeee5b2b950b57645325b (patch)
tree823b06fbcfbce600d9d856bd3d7bf0c9d96dd62e /README
parente660aacdb3fe0f79d1531d9aa0c8ce2f158b7ae3 (diff)
- Added -std=c99 to the Makefile
- Dependency listing in README
Diffstat (limited to 'README')
-rwxr-xr-xREADME5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 9211b59..978bf08 100755
--- a/README
+++ b/README
@@ -1,2 +1,7 @@
MP3FS is a FUSE module implementing a mp3 filesystem in userland. The purpose of
mp3fs is to provide filesystem hierarchy based on id3 tags of mp3-files.
+
+Dependencies
+~~~~~~~~~~~~
+- libid3 v.?
+- FUSE v.2.6?