summaryrefslogtreecommitdiffstats
path: root/compile.sh
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2008-12-19 14:21:51 -0500
committerJason A. Donenfeld <Jason@zx2c4.com>2008-12-19 14:21:51 -0500
commit8a86c58f1bf64c7c431ab2bc4cbf86eb3e7af606 (patch)
treebadbbad8aba24b5eeef55e886a80fa9da96a1f0c /compile.sh
downloadfixID3-master.tar.xz
fixID3-master.zip
Initial commit.HEADmaster
Diffstat (limited to 'compile.sh')
-rwxr-xr-xcompile.sh1
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