OSDN Git Service

Add small section for building from git tree in README.
authorYing-Chun Liu (PaulLiu) <paulliu@debian.org>
Tue, 11 Feb 2014 15:22:59 +0000 (23:22 +0800)
committerYing-Chun Liu (PaulLiu) <paulliu@debian.org>
Tue, 11 Feb 2014 15:22:59 +0000 (23:22 +0800)
.gitignore [new file with mode: 0644]
README

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..3ad17a2
--- /dev/null
@@ -0,0 +1,2 @@
+autom4te.cache/
+*.o
diff --git a/README b/README
index e69de29..05fa478 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,9 @@
+
+= Readme for wavtool-pl = 
+
+== Summary ==
+wavtool-pl is a drop-in replacement for wavtool inside UTAU.
+
+== How to build from git tree ==
+ * Run 'autoreconf -fi'
+ * Read INSTALL for further steps.