diff options
author | Javier <dev.git@javispedro.com> | 2021-10-01 14:19:17 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2021-10-01 14:19:17 +0200 |
commit | b0de9b23c5130f408be41536c5ca169ef1c8b6e7 (patch) | |
tree | 825ece48e91fda5e4b1327c88902d4a2a3216c35 | |
parent | fc7f234252853db2ce927aa1837eb691d6d3ff9f (diff) | |
download | scribiu-b0de9b23c5130f408be41536c5ca169ef1c8b6e7.tar.gz scribiu-b0de9b23c5130f408be41536c5ca169ef1c8b6e7.zip |
fix min required openobex version in readmev1.5.1
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ It also allows you to export individual pages as PNG files or voice memos as AAC # Requirements Scribiu requires Qt 5, including the core, gui, widgets, svg and multimedia modules. -It also requires libudev, openobex (>=1.7), libusb (>=1.0) and QuaZip (1.0). +It also requires libudev, openobex (>=1.7.2), libusb (>=1.0) and QuaZip (1.0). Most of these should be packaged by your GNU/Linux distribution. For example, on Ubuntu, these correspond with packages: |