Installing VLC

Hi need a little help getting this installed, like the full version with web interface so i can use vlc remote on my phone, The version that gets installed using

emerge -av vlc

does not have web interface option is there something else i need to add to the command line to get this option?

Thanks in advanced, im still learning :smiley:

Hi Brad,
Add the necessary USE flags for support and recompile the package:

echo "media-video/vlc httpd lua" >> /etc/portage/package.use/custom
emerge -a vlc

thank you so much wasnt sure how that was done :slight_smile: i see now thanks for the fast reply