-
Notifications
You must be signed in to change notification settings - Fork 4
Software Setup
Shreyansh Singh edited this page Apr 19, 2021
·
4 revisions
- Use SSH, VNC or a monitor and a keyboard to login to raspberry pi.
- To use ssh use
ssh pi@raspberrypi.local
- To use ssh use
- Install the audio player mpg123
sudo apt install mpg123
- Clone the repository somewhere in the Raspberry Pi.
git clone https://github.com/shreyExp/DreamHacker.git
- Enter into the DreamHacker Repository
cd DreamHacker/
- Run cmake to generate the
Makefile
cmake .
- Run make to compile the program
make
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.
Please take your time and read these instructions carefully.
We provide detailed changes for each release.
Be sure to read the CONTRIBUTING guidelines before reporting a new issue or open a pull request.