From 8333259e49fc2961cab0939e3d937167d38a9f9d Mon Sep 17 00:00:00 2001 From: Javier Date: Sun, 12 Sep 2021 01:35:34 +0200 Subject: update README to list ubuntu packages --- README.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index acf0c50..e8b0fac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Screenshots -![](http://depot.javispedro.com/livescribe/scribiu1.png) +![Screenshot](http://depot.javispedro.com/livescribe/scribiu1.png) # About @@ -14,15 +14,27 @@ Scribiu requires Qt 5, including the core, gui, widgets, and svg modules. It also requires phonon, libudev, openobex (>=1.7), libusb (>=1.0) and QuaZip (1.0). Most of these should be packaged by your distribution. +For example, on Ubuntu, these correspond with packages: + +` +qtbase5-dev +libqt5svg5-dev +libphonon4qt5-dev +libudev-dev +libopenobex2-dev +libusb-1.0-0-dev +libquazip5-dev +` + This program should work with the Livescribe Pulse as well as the Livescribe Echo. It does not work with the Livescribe 3. It may work with the Livescribe Sky if you get it to work with Echo Desktop, but I have never tried. # Install -`qmake`, `make`, and `make install` should be enough. +`qmake`, `make`, and (`sudo`) `make install` should be enough. -A udev rule will be installed in `/etc/udev/60-livescribe.rules` that will take care of the proper permissions when a Smartpen is detected. +A udev rule will be installed in `/lib/udev/rules.d/60-livescribe.rules` that will take care of the proper permissions when a Smartpen is detected. You may need to reboot or reload the udev daemon in order for these changes to work. ![Scribiu icon](https://git.javispedro.com/cgit/scribiu.git/plain/icons/48x48/scribiu.png) -- cgit v1.2.3