diff options
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | README | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -CFLAGS = -Wall -Iinclude/ \ +CFLAGS = -Wall -std=c99 -D_BSD_SOURCE -Iinclude/ \ `pkg-config fuse --cflags` LD_ADD = -lid3 \ @@ -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? |