2014-10-07 05:55:48 +00:00
[![Build Status][travis-badge]][travis-link]
[![Coverage Status][coverage-badge]][coverage-link]
[![AGPL Licence][licence-badge]](COPYING)
KOReader
2012-09-16 17:56:58 +00:00
========
2015-03-19 08:11:47 +00:00
[![Join the chat at https://gitter.im/koreader/koreader ](https://badges.gitter.im/Join%20Chat.svg )](https://gitter.im/koreader/koreader?utm_source=badge& utm_medium=badge& utm_campaign=pr-badge& utm_content=badge)
2014-10-26 01:07:12 +00:00
KOReader is a document viewer application, originally created for Kindle
2014-09-25 14:25:43 +00:00
e-ink readers. It currently runs on Kindle 5 (Touch), Kindle Paperwhite,
2015-03-31 12:43:24 +00:00
Kobo, PocketBook and Android (2.3+) devices. Developers can also run Koreader emulator
2014-10-07 13:40:40 +00:00
for development purpose on desktop PC with Linux or Windows operating system.
2012-09-16 17:56:58 +00:00
2014-10-07 13:40:40 +00:00
Main features for users
-----------------------
2012-09-16 17:56:58 +00:00
2014-10-07 13:40:40 +00:00
* supports multi-format documents including:
* paged fixed-layout formats: PDF, DjVu and CBZ
* reflowable e-book formats: ePub, fb2, mobi, doc, chm and plain text
* scanned PDF/DjVu documents can also be reflowed with built-in K2pdfopt
* use StarDict dictionaries / Wikipedia to lookup words
* highlights can be exported to Evernote cloud account
* highly customizable reader view and typeset
* setting arbitrary page margins / line space
* choosing external fonts and styles
* built-in multi-lingual hyphenation dictionaries
* supports adding custom online OPDS catalogs
* calibre integration
2014-10-09 01:41:47 +00:00
* search calibre metadata on your koreader device
* send ebooks from calibre library to your koreader device wirelessly
2014-10-07 13:40:40 +00:00
* browser calibre library and download ebooks via calibre OPDS server
2014-10-09 01:41:47 +00:00
* can share ebooks with other koreader devices wirelessly
2014-10-07 13:40:40 +00:00
* various optimizations for e-ink devices
* paginated menus without animation
* adjustable text contrast
* multi-lingual user interface
* online Over-The-Air software update
2012-09-16 17:56:58 +00:00
2014-10-09 01:41:47 +00:00
Highlights for developers
2014-10-07 13:40:40 +00:00
--------------------------
* frontend written in Lua scripting language
* running on multi-platform with only one code-base maintained
* developing koreader in any editor without compilation
* high runtime efficiency by LuaJIT acceleration
* light-weight widget toolkit for small memory footprint
* extensible with plugin system
* interfaced backends for documents parsing and rendering
2014-10-26 01:07:12 +00:00
* high quality document backend libraries like MuPDF, DjvuLibre and CREngine
2014-10-07 13:40:40 +00:00
* interacting with frontend via LuaJIT FFI for best performence
* in active development
2014-10-26 01:07:12 +00:00
* contributed by developers around the world
2014-10-07 13:40:40 +00:00
* continuous integration with Travis CI
* with unit tests and code coverage test
* automatic release of nightly builds
* free as in free speech
* licensed under Affero GPL v3
* all dependencies are free software
2013-03-24 14:08:42 +00:00
2014-10-26 01:07:12 +00:00
Check out the [KOReader wiki ](https://github.com/koreader/koreader/wiki ) to learn
2014-05-09 14:42:30 +00:00
more about this project.
2014-10-07 13:40:40 +00:00
Building Prerequisites
======================
2013-03-24 14:08:42 +00:00
2014-11-29 20:46:33 +00:00
These instructions for how to get and compile the source are intended for a Linux
2014-05-29 13:09:22 +00:00
OS. Windows users are suggested to develop in a [Linux VM][linux-vm] or use Wubi.
2013-03-24 14:08:42 +00:00
2015-08-02 18:09:54 +00:00
To get and compile the source you must have `patch` , `wget` , `unzip` , `git` ,
`subversion` , `cmake` and `luarocks` installed, as well as a version of `autoconf`
greater than 2.64. You also need `nasm` and of course a compiler like `gcc`
or `clang` . If you want to cross-compile for other architectures, you need a proper
cross-compile toolchain. Your GCC should be at least of version 4.7 for both native
and cross compiling.
2013-09-26 05:06:10 +00:00
2014-11-29 20:46:33 +00:00
Users of Debian and Ubuntu can install the required packages using:
2014-03-25 14:26:36 +00:00
```
2015-04-27 00:43:32 +00:00
sudo apt-get install build-essential libtool gcc-multilib libffi-dev \
2015-08-02 18:09:54 +00:00
patch wget unzip git autoconf subversion cmake nasm libsdl1.2-dev luarocks
2014-03-25 14:26:36 +00:00
```
2013-03-24 14:08:42 +00:00
2014-05-29 13:09:22 +00:00
Cross compile toolchains are available for Ubuntu users through these commands:
2014-02-13 14:49:45 +00:00
```
2014-03-23 08:55:15 +00:00
# for Kindle
2014-02-13 14:49:45 +00:00
sudo apt-get install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi
2014-03-23 08:55:15 +00:00
# for Kobo
2014-02-13 14:49:45 +00:00
sudo apt-get install gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf
2014-09-25 14:25:43 +00:00
# for Win32
2014-10-26 01:07:12 +00:00
sudo apt-get install gcc-mingw-w64-i686 g++-mingw-w64-i686
2014-02-13 14:49:45 +00:00
```
2014-10-26 01:07:12 +00:00
A recent version of Android SDK/NDK and `ant` are needed in order to build
Koreader for Android devices.
2014-06-04 11:19:22 +00:00
```
sudo apt-get install ant
```
2014-05-29 13:09:22 +00:00
2014-10-26 01:07:12 +00:00
You might also need SDL library packages if you want to compile and run
koreader on Linux PC. Fedora users can install `SDL` and `SDL-devel` package.
Ubuntu users probably need to install `libsdl1.2-dev` package:
2013-03-24 14:08:42 +00:00
2013-04-20 22:28:42 +00:00
Getting the source
========
2013-03-24 14:08:42 +00:00
2013-04-20 22:28:42 +00:00
```
git clone https://github.com/koreader/koreader.git
cd koreader
make fetchthirdparty
```
2013-03-24 14:08:42 +00:00
2014-03-25 14:26:36 +00:00
Building & Running & Testing
2013-04-20 22:28:42 +00:00
========
2013-03-24 14:08:42 +00:00
2013-04-20 22:28:42 +00:00
For real eink devices
2013-03-24 16:18:53 +00:00
---------------------
2013-03-24 14:08:42 +00:00
2014-05-29 13:09:22 +00:00
To build installable package for Kindle:
2013-04-20 22:28:42 +00:00
```
2014-06-04 09:35:47 +00:00
make TARGET=kindle clean kindleupdate
2013-08-28 21:36:19 +00:00
```
2014-05-29 13:09:22 +00:00
To build installable package for Kobo:
2013-08-28 21:36:19 +00:00
```
2014-06-04 09:35:47 +00:00
make TARGET=kobo clean koboupdate
2013-04-20 22:28:42 +00:00
```
2013-03-24 14:08:42 +00:00
2015-01-17 01:09:36 +00:00
To build installable package for PocketBook you need first to obtain the SDK
from PocketBook:
```
make pocketbook-toolchain
```
then similarly with Kindle and Kobo building run this command:
```
make TARGET=pocketbook clean pbupdate
```
2014-10-26 01:07:12 +00:00
To run, you must call the script `reader.lua` . Run it without arguments to see
usage notes. Note that the script and the `luajit` binary must be in the same
directory.
2013-03-24 14:08:42 +00:00
2013-04-20 22:35:47 +00:00
You may checkout our [nightlybuild script][nb-script] to see how to build a
package from scratch.
2014-05-29 13:09:22 +00:00
For Android devices
-------------------
2014-06-01 15:16:45 +00:00
Make sure the "android" and "ndk-build" tools are in your PATH variable
and the NDK variable points to the root directory of the Android NDK.
2014-05-29 13:09:22 +00:00
First, run this command to make a standalone android cross compiling toolchain
from NDK:
```
make android-toolchain
```
Then, build installable package for Android:
```
2014-06-04 09:35:47 +00:00
make TARGET=android clean androidupdate
2014-05-29 13:09:22 +00:00
```
2014-10-26 01:07:12 +00:00
For emulating KOReader on Linux and Windows
2014-05-29 13:09:22 +00:00
-------------
2013-03-24 19:13:03 +00:00
2014-09-25 14:25:43 +00:00
To build an emulator on current Linux machine just run:
2013-03-24 19:13:03 +00:00
```
2014-06-04 09:35:47 +00:00
make clean & & make
2013-03-24 16:18:53 +00:00
```
2013-03-24 19:13:03 +00:00
2014-09-25 14:25:43 +00:00
If you want to compile the emulator for Windows you need to run:
```
make TARGET=win32 clean & & make TARGET=win32
```
2014-10-26 01:07:12 +00:00
To run koreader on your developing machine
2014-06-04 09:35:47 +00:00
(you may need to change $(MACHINE) to the arch of your machine such as 'x86_64'):
2013-04-20 22:31:24 +00:00
```
2014-06-04 09:35:47 +00:00
cd koreader-$(MACHINE)/koreader & & ./reader.lua -d ../../test
2013-04-20 22:31:24 +00:00
```
2014-10-26 01:07:12 +00:00
To run unit tests in KOReader:
2014-03-25 14:26:36 +00:00
```
make test
```
2015-04-27 00:43:32 +00:00
To run Lua static-analysis for KOReader:
```
make statick-check
```
2014-03-25 14:26:36 +00:00
You may need to checkout the [travis config file][travis-conf] to setup up
2014-10-26 01:07:12 +00:00
a proper testing environment. Briefly, you need to install `luarocks` and
then install `busted` with `luarocks` . The "eng" language data file for
2014-03-25 14:26:36 +00:00
tesseract-ocr is also need to test OCR functionality. Finally, make sure
that `luajit` in your system is at least of version 2.0.2.
2013-04-20 22:31:24 +00:00
You can also specify size of emulator's screen via environment variables.
For more information, please refer to [koreader-base's README][base-readme].
2013-03-24 19:13:03 +00:00
2014-01-01 21:07:28 +00:00
To use your own koreader-base repo instead of the default one change KOR_BASE
environment variable:
```
2014-06-04 09:35:47 +00:00
make KOR_BASE=../koreader-base
2014-01-01 21:07:28 +00:00
```
This will be handy if you are developing koreader-base and want to test your
modifications with kroeader frontend. NOTE: only support relative path for now.
2013-03-24 16:18:53 +00:00
2014-06-05 12:54:36 +00:00
Translation
========
2014-10-26 01:07:12 +00:00
Please refer to [l10n's README][l10n-readme] to grab the latest translations
from [the Koreader project on Transifex][koreader-transifex] with this command:
2014-06-05 12:54:36 +00:00
```
make po
```
If your language is not listed on the Transifex project, please don't hesitate
to send a language request [here][koreader-transifex].
2014-11-29 20:46:33 +00:00
Variables in translation
-------
Some strings contain variables that should remain unaltered in translation.
For example:
```lua
The title of the book is %1 and its author is %2.
```
This might be displayed as:
```lua
The title of the book is The Republic and its author is Plato.
```
To aid localization the variables may be freely positioned:
```lua
De auteur van het boek is %2 en de titel is %1.
```
That would result in:
```lua
De auteur van het boek is Plato en de titel is The Republic.
```
2013-04-20 22:28:42 +00:00
Use ccache
==========
2013-03-24 19:13:03 +00:00
2013-04-20 22:28:42 +00:00
Ccache can speed up recompilation by caching previous compilations and detecting
when the same compilation is being done again. In other words, it will decrease
build time when the source have been built. Ccache support has been added to
KOReader's build system. Before using it, you need to install a ccache in your
system.
2014-09-25 14:25:43 +00:00
* in Ubuntu use:`sudo apt-get install ccache`
* in Fedora use:`sudo yum install ccache`
2013-04-20 22:28:42 +00:00
* install from source:
* get latest ccache source from http://ccache.samba.org/download.html
* unarchieve the source package in a directory
* cd to that directory and use:`./configure && make && sudo make install`
* to disable ccache, use `export USE_NO_CCACHE=1` before make.
* for more detail about ccache. visit:
2013-03-26 23:21:30 +00:00
2013-04-20 22:28:42 +00:00
http://ccache.samba.org
2013-03-26 23:21:30 +00:00
2013-04-20 22:31:24 +00:00
[base-readme]:https://github.com/koreader/koreader-base/blob/master/README.md
2013-04-20 22:35:47 +00:00
[nb-script]:https://github.com/koreader/koreader-misc/blob/master/koreader-nightlybuild/koreader-nightlybuild.sh
2015-03-03 10:01:08 +00:00
[travis-badge]:https://travis-ci.org/koreader/koreader.svg?branch=master
2014-06-01 14:55:39 +00:00
[travis-link]:https://travis-ci.org/koreader/koreader
2014-03-25 14:26:36 +00:00
[travis-conf]:https://github.com/koreader/koreader-base/blob/master/.travis.yml
2014-05-29 13:09:22 +00:00
[linux-vm]:http://www.howtogeek.com/howto/11287/how-to-run-ubuntu-in-windows-7-with-vmware-player/
2014-06-05 12:54:36 +00:00
[l10n-readme]:https://github.com/koreader/koreader/blob/master/l10n/README.md
[koreader-transifex]:https://www.transifex.com/projects/p/koreader/
2015-03-03 10:01:08 +00:00
[coverage-badge]:https://coveralls.io/repos/koreader/koreader/badge.svg
2014-10-06 15:36:13 +00:00
[coverage-link]:https://coveralls.io/r/koreader/koreader
2014-10-07 05:55:48 +00:00
[licence-badge]:http://img.shields.io/badge/licence-AGPL-brightgreen.svg