Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Installation

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.

  1. Install the required software on your Raspberry Pi to run OpenJVS
sudo apt install build-essential git evtest
  1. Clone the OpenJVS repository where the code is stored.
git clone https://github.com/bobbydilley/OpenJVS
  1. 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.

Clone this wiki locally