You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
Bobby Dilley edited this page Jan 15, 2019
·
1 revision
This guide will explain how to install OpenJVS onto a Raspberry Pi. The guide assumes you have some sort of Debian based distribution on your Pi, and that you have SSH/Physical access to the Pi and can type commands to it.
Install the required software on your Raspberry Pi to run OpenJVS
sudo apt install build-essential git evtest
Clone the OpenJVS repository where the code is stored.
git clone https://github.com/bobbydilley/OpenJVS
Install the OpenJVS project onto your system
cd OpenJVS/scripts
./install
That's it! Its that simple to install OpenJVS on your system. Please take a look at the configuration page, and the operation page to learn how to startup and use OpenJVS.