Browse Source

Merge pull request #17 from blob79/install_ubuntu

Add documentation how to install under Ubuntu
pull/8/merge
Peter De Wachter 8 years ago committed by GitHub
parent
commit
d25ba26132
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 11
      README.md

11
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
---------

Loading…
Cancel
Save