Skip to content

Installation

Bobby Dilley edited this page Jan 10, 2021 · 4 revisions

Start by installing Raspberry Pi OS Lite onto your Raspberry Pi, you can get this from here.

SSH into your Raspberry Pi.

Start by installing the required programs you need to build and install OpenJVS.

sudo apt update
sudo apt install -y git build-essential evtest cmake

Clone and install OpenJVS.

git clone https://github.com/OpenJVS/OpenJVS
Clone this wiki locally