diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -10,8 +10,8 @@ It also allows you to export individual pages as PNG files or voice memos as AAC # Requirements -Scribiu requires Qt 4.8, including the core, gui, svg and phonon modules. -It also requires libudev, openobex, libusb (<1.0) and QuaZip. +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. Most of these should be packaged by your distribution. This program should work with the Livescribe Pulse as well as the Livescribe Echo. @@ -32,7 +32,7 @@ It should automatically start synchronizing after connecting a Smartpen. # Design -By default Scribiu stores its information inside `$XDG_DATA_HOME/data/scribiu`. +By default Scribiu stores its information inside `$XDG_DATA_HOME/scribiu`. Inside there you will find a directory for every synchronized pen, and inside the pen directory, you will find a subdirectory for each one of your LiveScribe notebooks. These directories contain the raw notebook, stroke, and voice data as received from the pen -- no processing is done. |