summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/libvpx/source/libvpx/third_party/nestegg/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/libvpx/source/libvpx/third_party/nestegg/INSTALL')
-rw-r--r--chromium/third_party/libvpx/source/libvpx/third_party/nestegg/INSTALL8
1 files changed, 8 insertions, 0 deletions
diff --git a/chromium/third_party/libvpx/source/libvpx/third_party/nestegg/INSTALL b/chromium/third_party/libvpx/source/libvpx/third_party/nestegg/INSTALL
new file mode 100644
index 00000000000..401df418460
--- /dev/null
+++ b/chromium/third_party/libvpx/source/libvpx/third_party/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.