Skip to content

2. Installation Guide

Yiwei edited this page Apr 17, 2023 · 12 revisions

Install Procedure

lsusb
cd Desktop
git clone https://github.com/ShenJuncheng/Music_Visualization_RealTime.git
cd /home/pi/Desktop/Music_Visualization_RealTime
ls -l

cd /home/pi/Desktop/Music_Visualization_RealTime/src
mkdir build
cd build
cmake ..
make
xhost +SI:localuser:root
su root
./MusicVisualizationApp

Unit Test

#Note: need to connect the light strip first and then perform unit testing
cd /home/pi/Desktop/Music_Visualization_RealTime/src/build
ls -l 
cd tests
xhost +SI:localuser:root
su root
./tests

Clone this wiki locally