- copy binaries around
parent
82025ee937
commit
ab9c696c23
|
@ -12,11 +12,16 @@ Dependencies
|
||||||
sudo apt-get install python-imaging python3-pip python-requests python3-requests
|
sudo apt-get install python-imaging python3-pip python-requests python3-requests
|
||||||
sudo pip-3.2 install pillow
|
sudo pip-3.2 install pillow
|
||||||
|
|
||||||
|
mkdir ~/bin
|
||||||
|
|
||||||
# Initialize submodules in repo
|
# Initialize submodules in repo
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
cd rpi-rgb-led-matrix/
|
cd rpi-rgb-led-matrix/
|
||||||
make
|
make
|
||||||
cp rgbmatrix.so ../
|
cp rgbmatrix.so ../
|
||||||
|
cp led-matrix text-example ~/bin
|
||||||
|
|
||||||
|
# testing time
|
||||||
sudo ./minimal-example
|
sudo ./minimal-example
|
||||||
sudo ./led-matrix -D 0
|
sudo ./led-matrix -D 0
|
||||||
sudo python matrixtest.py
|
sudo python matrixtest.py
|
||||||
|
|
Loading…
Reference in New Issue