Skip to content

Instantly share code, notes, and snippets.

@cuibonobo
Created August 9, 2015 06:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cuibonobo/399479772a161a1cc635 to your computer and use it in GitHub Desktop.
Save cuibonobo/399479772a161a1cc635 to your computer and use it in GitHub Desktop.
Printer drivers for Brother DCP-7060D on a Raspberry Pi

I've tested the brlaser drivers on my Raspberry Pi and they seem to be working very well.

To install, clone the repository to your Pi and then run the following:

./autogen.sh
./configure
make
sudo make install

Note that you must sudo apt-get install libcups2-dev libcupsimage2-dev for the drivers to build correctly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment