From fbcc6924e886d91113c12de6b64c249417ffa7f9 Mon Sep 17 00:00:00 2001 From: blob79 Date: Sat, 9 Dec 2017 08:04:29 +0100 Subject: [PATCH] Add documentation how to install under Ubuntu --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index dc6b8e5..6a09ad0 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,17 @@ It is known to support these printers: * Brother DCP-7065DN * Brother MFC-7360N +Installation +------------ + +Ubuntu: +``` +sudo apt-get install autoreconf cups-development libcupsimage2-dev +./autogen.sh +make +sudo make install +``` + Copyright ---------