Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 712 Bytes

MAINTENANCE.md

File metadata and controls

27 lines (15 loc) · 712 Bytes

Bulding OpenHMD from source

sudo apt-get install autoconf libtool libhidapi-dev checkinstall

git clone https://github.com/OpenHMD/OpenHMD.git
cd OpenHMD

VERSION=0.3.0

#Optionally switch to version, e.g. git checkout tags/0.2.0  
#Note: library version and pkgname suffix is release dependant, i.e. change $VERSION, program-suffix & pkgname

./autogen.sh 
./configure --prefix=/usr --program-suffix=.0
make

sudo checkinstall --pkgname libopenhmd0 --pkgversion $VERSION --pkggroup libs --pkgsource https://github.com/OpenHMD/OpenHMD --requires libhidapi-libusb0,libc6

Obtain HDMI EDID Ino

/opt/vc/bin/tvservice -d edid.dat && /opt/vc/bin/edidparser edid.dat | grep "monitor name is"