Skip to content

2. Installation Guide

Ankit Anand edited this page Apr 20, 2022 · 7 revisions

Prerequisites

  1. The following libraries are needed to be setup before the program can be run. Please follow the steps mentioned on the specific pages to complete the library setup.

Required Steps

1.This project is built using CMake. Download the repository from GitHub onto your Raspberry Pi. The following command can be used:

git clone https://github.com/donank/smart-bottle 

  1. Traverse to the project directory and run the build bash script.
cd smart-bottle/

  1. This will install all the necessary
 sh build.sh

  1. Running the built binary
 sh run.sh

  1. Lastly, Assemble Components then integrate hardware. Browse the wiki for documentation and further guidance.

Have fun building. Raise an issue for any bugs.

Clone this wiki locally