diff options
Diffstat (limited to 'academic/mendeleydesktop/README')
-rw-r--r-- | academic/mendeleydesktop/README | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/academic/mendeleydesktop/README b/academic/mendeleydesktop/README index 342deec2aaf55..8e9077e6275ae 100644 --- a/academic/mendeleydesktop/README +++ b/academic/mendeleydesktop/README @@ -1,6 +1,14 @@ -Mendeley is a software to organize, share, and discover research papers. -Like iTunes(tm) for research papers, Mendeley is a free research management -tool for desktop and web. +Mendeley is software to organize, share, and discover research papers. +Like iTunes(tm) for research papers, Mendeley is a free research +management tool for desktop and web. -Before you use Mendeley, make sure that you are agree with the -terms and conditions at http://www.mendeley.com/terms/ +Before you use Mendeley, make sure that you agree with the terms and +conditions at http://www.mendeley.com/terms/ + +Optional Dependency + +qt5 -- this is highly recommended (replacing Mendeley's bundled qt5) to +be able to access all the functions if you use KDE5. You need to use +the option 'SYSTEM_QT5=yes', for example: + + SYSTEM_QT5=yes ./mendeleydesktop.SlackBuild |