Comments about compile time.

master
James Peroulas 2015-01-19 17:25:38 -08:00
rodzic 74bda60502
commit f24f62b0b8
2 zmienionych plików z 2 dodań i 0 usunięć

1
BUILD
Wyświetl plik

@ -13,6 +13,7 @@ Get code/ compile:
git clone https://github.com/JamesP6000/PiCW.git
cd PiCW
make
Note that compiling takes about 60 seconds on the Pi.
Install to /usr/local/bin:
sudo make install

1
README
Wyświetl plik

@ -11,6 +11,7 @@ Installation / update:
git clone https://github.com/JamesP6000/PiCW.git
cd PiCW
make
Note that compiling takes about 60 seconds on the Pi!
See the accompanying BUILD file for more details.