-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
Gergely Pogány edited this page Apr 14, 2019
·
6 revisions
The Glassify system is making use of a few 3rd party softwares which you will need to install on your Pi in order to be able to compile and run our code. These are:
The linked websites have installation instructions for all of these dependencies. Do make sure that these haven't already been installed on your Pi, as it can cause issues which are hard to track down.
The rest of the code required to run the system is on this GitHub. This can be cloned to your own device by navigating to the folder on your Pi where you would like the cloned directory to be made and then running the following command in the terminal:
git clone https://github.com/poganyg/Glassify.git
cd ./src/build
cmake ..
make
After rebooting the system (sudo shutdown -r now) the program will start automatically.