2
0
mirror of https://github.com/koreader/koreader synced 2024-11-10 01:10:34 +00:00
Commit Graph

123 Commits

Author SHA1 Message Date
Tobias Feijten
b80e6b50a1 Update documentation to clarify the process
I've finally managed to build the release of KOreader for Android, but I've run into some issues.
I've updated the manual to reflect the solutions I've found.
The issues I've found are:
1. The version of the needed Android SDK platform isn't described anywhere;
2. xutils-dev is missing from the prerequisites, while it provides the `makedepend` utility used by the openssl build system;
3. Finally, for the Android build it is necessary to install JDK version 8.
2016-09-09 13:37:09 +08:00
chrox
001433e6bc various test/coverage optimization 2016-08-15 00:32:40 +08:00
Qingping Hou
82a3e0f9ad automatically adjust ev time for kobo touch 2016-05-23 23:21:14 -07:00
Qingping Hou
76b58c38e7 doc: update koreader naming convention in readme 2016-05-23 22:52:29 -07:00
Zijie He
1aa0c4192a Multi-line toggle switch & add instruction to resolve sdcv build error. 2016-05-09 21:59:33 -07:00
chrox
25b70007d4 update to latest koreader base 2016-04-22 20:13:44 +08:00
chrox
df65d2972a experimental port to Mac OSX
Currently it can open cre-based docs and Djvu docs
It still has some problems with PDF docs and the touch input.
2016-04-22 20:13:44 +08:00
Zijie He
89a374350a Update README.md to include libc6-dev-i386 in to debian package requirement 2016-04-10 14:06:59 -07:00
Qingping Hou
8203ba2ec6 doc: update readme 2016-02-10 10:12:26 -08:00
Qingping Hou
b480145134 build: add kodev script 2016-02-01 00:26:07 -08:00
Qingping Hou
a0d22ac06c update base 2016-01-09 16:52:06 -08:00
Eric
c8250a92f1 Fix typo 2016-01-04 12:17:10 -08:00
chrox
d00e391042 fix #1699 2015-11-06 23:11:21 +08:00
chrox
10895d30c9 update README file for build instructions 2015-10-06 22:14:26 +08:00
chrox
ffac9757d1 update readme file for Ubuntu-touch build 2015-10-03 15:41:07 +08:00
chrox
a60544b1ad Koreader Ubuntu-touch port
Currently only tested on Ubuntu-touch emulator with framework
ubuntu-sdk-14.10 for armhf.
The ubuntu-touch port is binary compatible with the Kobo port
major changes in this PR are:
1. rename the emulator device to sdl device since both the emulator
and the ubuntu-touch target use libsdl to handle input/output.
2. ubuntu-touch app has no write access to the installation dir so
all write-outs should be in a seperate dir definded in `datastorage`.
2015-10-03 14:48:51 +08:00
Mihai Limbășan
2fe4f4082a Fix Linux build docs to mention luarocks 2015-08-02 21:09:54 +03:00
Qingping Hou
e695a3c30d build: add luacheck for static analysis 2015-04-26 20:57:45 -04:00
chrox
46fc335b36 Add GCC version requirement 2015-04-01 18:24:01 +08:00
chrox
92b9a568f2 Reflect that multiple PocketBook devices are supported 2015-03-31 20:43:24 +08:00
The Gitter Badger
bcd37e83a2 Added Gitter badge 2015-03-19 08:11:47 +00:00
chrox
f62028c3ca use svg badges 2015-03-03 18:01:08 +08:00
chrox
5c4651a3d9 auto launch koreader when opening PDF/DJVU/EPUB/FB2 files in pocketbook 2015-01-17 09:09:36 +08:00
Frans de Jonge
daccda42d8 Added some instruction about the translation of variables
Simplified building prerequisites
2014-11-29 21:46:33 +01:00
Hans-Werner Hilse
0bb20a8ca0 add hint for nasm requirement to README
fixes #1260
2014-11-27 19:12:44 +00:00
Qingping Hou
17586c7ef4 chore: readme clean up 2014-10-25 21:07:12 -04:00
Qingping Hou
c1c3bcb3fe fix: various fixes for kindle dxg 2014-10-20 02:17:57 -04:00
chrox
61fc8058fa fix typo 2014-10-09 09:42:43 +08:00
chrox
de893de41d add koreader feature list in README.md 2014-10-07 21:40:40 +08:00
chrox
364e431e59 add license badge 2014-10-07 13:55:48 +08:00
Huang Xin
5cf50c1401 Update README.md 2014-10-06 23:54:56 +08:00
chrox
3a98b4b0f7 add coveralls badge to show coverage number 2014-10-06 23:36:13 +08:00
chrox
a4f870753e Koreader win32 port 2014-09-25 22:34:51 +08:00
chrox
650879ec5c now make po should be issued manually 2014-06-05 20:54:41 +08:00
chrox
80e3c52655 add ant prerequisite for Android build 2014-06-04 19:19:22 +08:00
chrox
232cb27979 update README file to clarify how to use make clean 2014-06-04 17:36:18 +08:00
chrox
bda2a1aab4 need ndk-build command in PATH to build koreader for Android 2014-06-01 23:16:45 +08:00
chrox
e10a0cecf3 use koreader/koreader travis icon and link 2014-06-01 22:55:39 +08:00
chrox
54277974d2 make Android target 2014-05-29 21:09:39 +08:00
chrox
e2de7bbce0 remove Bitdeli badge since it's dead now 2014-05-09 22:52:45 +08:00
chrox
bd952d84b8 add a link to the project wiki in the README file 2014-05-09 22:42:30 +08:00
chrox
2a80c8f24a rename customupdate to kindleupdate in Makefile 2014-05-08 21:05:19 +08:00
DragoonAethis
a1471a699f Also, libtool is needed.
Ubuntu 14.04 build-essential doesn't contain this... :S
2014-05-07 13:52:54 +02:00
DragoonAethis
f2495fb4fb Updated with Subversion and removed andLinux.
Fetching all dependencies requires svn (for popen-noshell, for example). Also, removed andLinux, since it's not maintained, installs old toolchains from repositories and doesn't work on 64-bit Windows machines. Instead, added a link about installing Ubuntu in VM, which also mentions how to set up VMWare Tools for drag-n-drop, better video performance etc.
2014-05-07 13:37:47 +02:00
chrox
6bee469ea0 add make test in Makefile and README file 2014-03-25 22:26:36 +08:00
chrox
2f1256515c update README.md 2014-03-23 16:55:15 +08:00
chrox
b3c2a7e3fd switch license to AGPLv3 2014-03-23 16:53:05 +08:00
chrox
828f90d7a9 switch to arm-linux-gnueabi toolchain for Kindle devices 2014-02-13 22:49:45 +08:00
Bitdeli Chef
04711c2a16 Add a Bitdeli badge to README 2014-01-07 16:30:50 +00:00
Qingping Hou
93d04839fc support for building against custom koreader-base repo 2014-01-01 16:09:29 -05:00
Qingping Hou
bbd287d264 update readmes 2013-09-26 01:06:10 -04:00
Paulo Matias
b16bad974e Update documentation
Since the build system has changed after modularization. Also,
point out that the project now supports Kobo devices too.
2013-08-28 18:36:19 -03:00
Huang Xin
d7907a2c97 remove invalid make command 2013-06-14 09:56:01 +08:00
Qingping Hou
6e7fda101f add nightlybuild script reference 2013-04-21 06:35:47 +08:00
Qingping Hou
882d6ea83f add back emulator screen setting hint 2013-04-21 06:31:24 +08:00
Qingping Hou
2f25b90f8b readme update from Lucas Malor @ mobileread
see http://www.mobileread.com/forums/showpost.php?p=2488740&postcount=979
2013-04-21 06:28:42 +08:00
Qingping Hou
cc3caf9b12 capitalize KOR to make it less like korea ;p 2013-03-30 23:35:41 -04:00
Qingping Hou
63fb983747 fix readme link 2013-03-26 19:23:24 -04:00
Qingping Hou
a85dd587c7 update README on emulation 2013-03-26 19:21:30 -04:00
Qingping Hou
d016717bc0 update README 2013-03-24 15:13:03 -04:00
Qingping Hou
221bc10404 add bootstrapemu target and update README 2013-03-24 15:11:21 -04:00
Qingping Hou
261f98e7f0 fix typo in README 2013-03-25 00:21:17 +08:00
Qingping Hou
23435317ce add emulation bootstrap target in makefile & update README 2013-03-25 00:18:53 +08:00
Qingping Hou
60779c4410 fix in README 2013-03-24 23:21:09 +08:00
HW
fb317810fa Some adaptions needed after refactoring 2013-03-24 15:08:42 +01:00
HW
6a92cb99e8 Step #3 factoring out the frontend code
This is a first try, but some work is still needed to bring the
build system back into shape.
2013-03-24 13:25:52 +01:00
Tigran Aivazian
89c5aad77f Mention SDL/SDL-devel requirement on Fedora 2012-10-31 21:15:01 -04:00
Tigran Aivazian
e191930684 Mention patch in the pre-requisites for building.
On FC17 patch(1) command is not installed by default.
2012-10-06 22:55:41 +08:00
NiLuJe
e29052dbbc Mention open_noshell in the README 2012-10-03 12:50:48 -04:00
Tigran Aivazian
334bedee97 Mention dependency on svn as required for popen_noshell.c
When we run make fetchthirdparty it does svn co of popen-noshell
2012-10-03 05:41:33 -04:00
Qingping Hou
61bc799de4 update README.md 2012-09-17 20:44:09 -04:00
Qingping Hou
825de1ea4f remove leading tab in command in README 2012-09-17 20:23:05 -04:00
Qingping Hou
6ad8afebbb rename README.TXT to README.md
for better rendering in Github
2012-09-17 20:22:58 -04:00