01-28-2020, 04:28 PM
(01-28-2020, 03:32 PM)Jeremiah Cornelius Wrote:(01-28-2020, 03:17 PM)xmixahlx Wrote: thanks, i already had many of these installed so knew some of these would be an issue. if you can post your apt-get line i'll add into the installer. ...apologies for being lazy regarding this...
Success with
apt-get install cmake libva2 libva-drm2 libva-glx2 libxv-dev
Still not found (though some related packages exist):
vdpau
xvmc
libomxil-bellagio
libtizonia
libtizplatform
tizilheaders
The last 3 seem related to a media player on git?
I also edited the DEVDIR variable for my system. I start in $HOME/build for my stuff. DEVDIR confusingly starts with an "absolute" slash, but I figured that out. Also running from sudo wants to substitute /root for the parent shell $HOME. No big deal.
so to be real clear on your $HOME variable, i specifically don't use this and prefer ~/ and DEVDIR=~/Development does NOT start with a leading slash.
none of the sudo commands use ~/ (or $HOME), so this variable is not an issue.