You are not logged in.
Pages: 1
hy.i downloaded the source for ncmpcpp and complie it.but there is no clock screen and no vizualizer screen.
this is a shot of awaible options.
so i was wondering how to get the ******g clock to ncmpcpp. in source dir is clock.h
i tried to editing it but when i run make it complains and displays errors.
Offline
You need to enable them in the configure options when compiling ncmpcpp.
ᶘ ᵒᴥᵒᶅ
Offline
@op - have a look at the PKGBUILD for the Arch package.
Offline
i guess that this is the part od configure that i have to edit
Optional Features:
--disable-option-checking ignore unrecognized --enable/--with options
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--disable-dependency-tracking speeds up one-time build
--enable-dependency-tracking do not reject slow dependency extractors
--enable-shared[=PKGS] build shared libraries [default=yes]
--enable-static[=PKGS] build static libraries [default=yes]
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-outputs Enable outputs screen [default=no]
--enable-visualizer Enable music visualizer screen [default=no]
--enable-clock Enable clock screen [default=no]
--enable-unicode Enable utf8 support [default=yes]Offline
Have you tried the binaries provided by Arch? All the screens are enable by default, I've used ncmpcpp for like 2 years and that haven't changed.
Offline
Pages: 1