I am trying to install ZM onto Slack64-14 but there are no slackbuilds available for 14 on Slackbuilds.org and as a result I have tried different ways but its not working
Slackbuilds package for 13.37 on 14 (I know not good

)
Code:
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking for sys/param.h... (cached) yes
checking for sys/socket.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking for unistd.h... (cached) yes
checking values.h usability... yes
checking values.h presence... yes
checking for values.h... yes
checking linux/videodev.h usability... no
checking linux/videodev.h presence... no
checking for linux/videodev.h... no
configure: error: zm requires Video4Linux to be installed
From sources
If all else fails, I will push this way a bit more but there are million of dependencies for ZM's so I am scared running a simple
Code:
./configure
make
make test
make install
wont pickup all dependencies and options I have enabled and installed on the machine. I have literally installed everything including their sub dependencies and so on..
The Slackbuild for 13.37 still uses ZM 1.24.2 which I believe is from 2009! Somebody has managed to install ZM 1.25 on Slackware64-14 or current??
Id prefer installing ZM using a well written slackbuilds script since its the best way not to screw up the install...
Thanks!