Skip to content

Software Setup

Shreyansh Singh edited this page Apr 19, 2021 · 4 revisions

Software Setup

Getting Started

  1. Use SSH, VNC or a monitor and a keyboard to login to raspberry pi.
  2. Install the audio player mpg123
    • sudo apt install mpg123
  3. Clone the repository somewhere in the Raspberry Pi.
    • git clone https://github.com/shreyExp/DreamHacker.git
  4. Enter into the DreamHacker Repository
    • cd DreamHacker/

Compile the see program

  1. Run cmake to generate the Makefile
    • cmake .
  2. Run make to compile the program
    • make

Server Setup

Server setup is necessary to view various graphs of important information like beats per minute and threshold and the boolean sleep variable. Go to our Server Setup wiki for information about setting up the server.