aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2021-09-12 01:35:34 +0200
committerJavier <dev.git@javispedro.com>2021-09-12 01:35:34 +0200
commit8333259e49fc2961cab0939e3d937167d38a9f9d (patch)
treed36f267443f6a2f67c7c7af15e6df785ef5a3b70
parentdd0fc96053a3ef52a7420fc0cdce2816bd19a643 (diff)
downloadscribiu-8333259e49fc2961cab0939e3d937167d38a9f9d.tar.gz
scribiu-8333259e49fc2961cab0939e3d937167d38a9f9d.zip
update README to list ubuntu packages
-rw-r--r--README.md18
1 files 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)