From eb97460f684400f29561624d622111d9968db051 Mon Sep 17 00:00:00 2001 From: plinth666 Date: Sat, 16 May 2015 20:40:54 -0400 Subject: [PATCH] Added specific dependency instructions. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cea55aa..47eaf72 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,6 @@ Epson provides a driver for this printer, but they only provide x86 and x64 linu This is a very simple driver that provides buffered raster printing and paper cutting at end of page or end of job. +To compile this on a raspberry pi, you will first need to install two cups dev packages: +sudo apt-get install libcups2-dev +sudo apt-get install libcupsimage2-dev