Skip to content

Software Setup

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

Software Setup

Software

  1. Use SSH, VNC or a monitor and a keyboard to login to raspberry pi.
    • To use ssh
  2. Install the audio player 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/
  5. Run cmake to generate the Makefile
    • cmake
  6. Run make to compile the program
    • make
Clone this wiki locally