summaryrefslogtreecommitdiff
path: root/nestegg/INSTALL
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2010-10-19 14:40:07 -0400
committerJohn Koleszar <jkoleszar@google.com>2010-10-21 10:55:14 -0400
commit28d191ada449130276fc10030e8ff68460a8c812 (patch)
tree582b8a2e5e986eb02dd008f525e7d920df2c1c78 /nestegg/INSTALL
parentbdf469c91e5e47fcae53e00be03af5adcbf6ac6d (diff)
downloadlibvpx-28d191ada449130276fc10030e8ff68460a8c812.tar
libvpx-28d191ada449130276fc10030e8ff68460a8c812.tar.gz
libvpx-28d191ada449130276fc10030e8ff68460a8c812.tar.bz2
libvpx-28d191ada449130276fc10030e8ff68460a8c812.zip
Import nestegg webm/mkv parser
Initial import of nestegg[1] parser lib, at commit 0d51131. [1]: http://github.com/kinetiknz/nestegg commit 0d51131519a1014660b5e111e28a78785d76600f Change-Id: I191d388b7e5140ef96624511ccdd65d0e183076d
Diffstat (limited to 'nestegg/INSTALL')
-rw-r--r--nestegg/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/nestegg/INSTALL b/nestegg/INSTALL
new file mode 100644
index 000000000..401df4184
--- /dev/null
+++ b/nestegg/INSTALL
@@ -0,0 +1,8 @@
+Build instructions for libnestegg
+=================================
+
+0. Change directory into the source directory.
+1. Run |autoreconf --install| to generate configure.
+2. Run |./configure| to configure the build.
+3. Run |make| to build.
+4. Run |make check| to run the test suite.