Skip to content

Commit

Permalink
Update README instructions to install cups
Browse files Browse the repository at this point in the history
In order to install cups library on Ubuntu it is necessary to perform `apt-get install libcups2-dev`.
  • Loading branch information
betogrun committed Aug 28, 2018
1 parent 86c36de commit 266ece9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Print stuff in Ruby. This gem is a C wrapper for the CUPS API.

To build the extensions, you need the cups library installed, and the cups-config programme in your path. On OS X you should have everything you need. On Debian/Ubuntu, running:

sudo apt-get install libcups-dev
sudo apt-get install libcups2-dev

will set everything up.

Expand Down

0 comments on commit 266ece9

Please sign in to comment.