forked from bq/cervantes
-
Notifications
You must be signed in to change notification settings - Fork 0
Source code for the Cervantes ereader application.
License
mmeij/cervantes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Cervantes e-book reader application Copyright (C) 2011-2018 Mundoreader, S.L https://github.com/bq/cervantes.git WHAT IS IT? ----------- This is the source code for the e-book reader application running in bq Cervantes ereader. This application supports epub, fb2, mobi, doc, rtf and txt.PDF is only supported if adobe libraries are available. DEVELOPMENT ----------- It is possible for any developer owner of the application supported devices to develop his own features or improvements and execute it on his own device if the special developers firmware edition has been installed. See the following link for further info: https://blog.bq.com/es/bq-ereaders-developers-program HOW TO BUILD FOR ARM -------------------- Script build.sh can be used to build the whole application in an easy way. Since the source code for this application makes use of private libraries protected by different license agreements that are not provided, it is necessary to include the following parameters: ./build.sh -hackers -disable_adobe NOTE: It is necessary to use a 32 bits version of Linux. Ubuntu is recommended. HOW TO BUILD AND EMULATE IN x86 PC ---------------------------------- It is possible to emulate the application in a 32 bits linux machine, to do so just execute the following script: ./emulate.sh -hackers -disable_adobe -prefix /path/to/bqereaderSDK LICENSING --------- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. See LICENSE file for further information
About
Source code for the Cervantes ereader application.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C++ 97.3%
- QMake 1.4%
- Other 1.3%