diff options
author | 2008-12-19 14:21:51 -0500 | |
---|---|---|
committer | 2008-12-19 14:21:51 -0500 | |
commit | 8a86c58f1bf64c7c431ab2bc4cbf86eb3e7af606 (patch) | |
tree | badbbad8aba24b5eeef55e886a80fa9da96a1f0c /compile.sh | |
download | fixID3-master.tar.xz fixID3-master.zip |
Diffstat (limited to 'compile.sh')
-rwxr-xr-x | compile.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compile.sh b/compile.sh new file mode 100755 index 0000000..f1fb39c --- /dev/null +++ b/compile.sh @@ -0,0 +1 @@ +g++ `taglib-config --libs` `taglib-config --cflags` fixID3.cpp -o fixID3 |