]> git.sesse.net Git - cubemap/commitdiff
Better HOWTO in the README.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 9 Dec 2023 15:28:26 +0000 (16:28 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sat, 9 Dec 2023 15:28:26 +0000 (16:28 +0100)
README

diff --git a/README b/README
index 7ae25dfab6fd339b303e91d3a87a79942a33f1bb..46a943aba596035d641743b2bb504dad5b98ce7e 100644 (file)
--- a/README
+++ b/README
@@ -28,7 +28,9 @@ A short list of features:
 
 HOWTO:
 
-  sudo apt install libprotobuf-dev protobuf-compiler libsystemd-dev libtomcrypt-dev pkg-config
+  sudo apt install libprotobuf-dev protobuf-compiler libsystemd-dev libtomcrypt-dev pkg-config autoconf
+  sudo apt install libavformat-dev libavutil-dev  # Optional
+  autoreconf -I .
   ./configure
   make -j4