Update README.md

add requirement
pull/18/head
masbog 2018-02-18 20:15:06 +07:00 zatwierdzone przez GitHub
rodzic 7040928a22
commit 3e3a611fa5
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 11 dodań i 3 usunięć

Wyświetl plik

@ -2,10 +2,18 @@ Raspberry Pi Framebuffer Copy
=============================
This program used for copy primary framebuffer to secondary framebuffer (eg. FBTFT). It require lastest raspberry pi firmware (> 2013-07-11) to working properly.
Tested on Raspberry Pi
======================
Tested on Raspberry Pi 3
========================
2017-11-29-raspbian-stretch
Requirement
-----------
cmake
libatlas-base-dev
$ sudo apt-get install cmake libatlas-base-dev -y
Build
-----
@ -24,7 +32,7 @@ $ ./fbcp
Wanna to run from booting
-------------------------
$ sudo cp fbcopy /usr/bin
$ sudo cp fbcp /usr/bin
$ sudo chmod +x /usr/bin/fbcp
$ sudo nano /etc/rc.local -> add new line before "exit 0" with "/usr/bin/fbcp &" without quote
$ sudo reboot