diff options
author | Javier <dev.git@javispedro.com> | 2020-04-12 00:45:32 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2020-04-12 01:24:39 +0200 |
commit | 5cb277888995edecfafd83fed4cf2bd510052a4b (patch) | |
tree | 9c94054e59035eece0e34e8be10ee77769b1d9e4 /README.md | |
parent | 7f3d796c50b1855e690f74b35fd35798142ceb35 (diff) | |
download | scribiu-5cb277888995edecfafd83fed4cf2bd510052a4b.tar.gz scribiu-5cb277888995edecfafd83fed4cf2bd510052a4b.zip |
port to qt5, libusb 1.0, and openobex 1.7
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. |