Translations:Amarok/Manual/Various/Moodbar/9/en: Difference between revisions
Appearance
Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
* The '''Moodbar''' binary, in your PATH (it should be listed upon running {{Input|1=which moodbar}}from a console) — Remember to configure the '''Moodbar''' package with proper path, e.g. build and install with commands {{Input|1= | * The '''Moodbar''' binary, in your PATH (it should be listed upon running {{Input|1=which moodbar}}from a console) — Remember to configure the '''Moodbar''' package with proper path, e.g. build and install with commands {{Input|1=./autogen.sh --prefix=`pkg-config --variable=prefix gstreamer-1.0` && make && sudo make install}} | ||
./autogen.sh --prefix=`pkg-config --variable=prefix gstreamer-1.0` && make && sudo make install}} |
Latest revision as of 06:00, 8 August 2018
- The Moodbar binary, in your PATH (it should be listed upon running
which moodbar
from a console) — Remember to configure the Moodbar package with proper path, e.g. build and install with commands./autogen.sh --prefix=`pkg-config --variable=prefix gstreamer-1.0` && make && sudo make install