summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rwxr-xr-xREADME5
2 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 18fb9c9..6e51a7b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS = -Wall -Iinclude/ \
+CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -Iinclude/ \
`pkg-config fuse --cflags`
LD_ADD = -lid3 \
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?