diff --git a/web/index.phtml b/web/index.phtml index bfed03c..102b544 100644 --- a/web/index.phtml +++ b/web/index.phtml @@ -27,7 +27,7 @@

Feel free to browse the source code

You'll need OpenSSL, zlib, libvorbis and one of the packages to support the audio backends. Under Linux you can choose between pulseaudio, gstreamer and libao.

Installation command for dependencies under Debian/Ubuntu
-  aptitude install libssl-dev zlib1g-dev libvorbis-dev libtool
+  aptitude install libssl-dev zlib1g-dev libvorbis-dev libtool libncursesw5-dev
   aptitude install libpulse-dev # For pulseaudio backend
   aptitude install libgstreamer-plugins-base0.10-0 libgstreamer0.10-dev # For GStreamer backend
   aptitude install libao-dev # For libao backend