update, using nix
[julm/air-duino.git] / README
diff --git a/README b/README
index 5307840817eacd6703879249a3f43cb863bbc509..60c018fc7254bd6190c860221b228d964d69b56f 100644 (file)
--- a/README
+++ b/README
@@ -1,10 +1,18 @@
 Requirements
 ============
-- GNU make
-- rrdtool
+- arduino-mk
+- make (GNU)
 - perl
+- rrdtool
 - xsltproc
+- libdatetime-perl
+- libdevice-serialport-perl
+- librrdtool-oo-perl
 
+- libraries/AirQuality_Sensor/
+- libraries/DustSensor/
+- libraries/Humidity_Temperature_Sensor/
+- libraries/LCD_Display9696/
 
 Build in build-uno/
 -------------------
@@ -18,26 +26,26 @@ Collect in rrd/ from /dev/ttyUSB0 (to be adapted)
 -------------------------------------------------
 $ ./collect.pl /dev/ttyUSB0 &
 
-Generate .png in out/
+Generate .png in view/
 ---------------------
-$ make out/png
+$ make view/png
 
-Generate .png in out/ for specific dates
+Generate .png in view/ for specific dates
 ----------------------------------------
-$ make out/png years=2015 months=11 days="01 02"
+$ make view/png years=2015 months=11 days="01 02"
 
 or by using full file paths:
 
-$ make out/{humidity,particles,quality,temperature}/2015/11/01.png
+$ make view/{humidity,particles,quality,temperature}/2015/11/01.png
 
-Generate .html5 in out/
+Generate .html5 in view/
 -----------------------
-$ make out/html5
+$ make view/html5
 
-Generate .html5 in out/ for specific dates
+Generate .html5 in view/ for specific dates
 ------------------------------------------
-$ make out/html5 years=2015 months=11 days="01 02"
+$ make view/html5 years=2015 months=11 days="01 02"
 
 or by using full file paths:
 
-$ make out/2015/11.html5
+$ make view/2015/11.html5