doc: update koreader naming convention in readme

pull/2042/head
Qingping Hou 8 years ago
parent f5b0f0dcd7
commit 76b58c38e7

@ -103,19 +103,19 @@ brew install nasm binutils libtool autoconf automake sdl2
``` ```
A recent version of Android SDK/NDK and `ant` are needed in order to build A recent version of Android SDK/NDK and `ant` are needed in order to build
Koreader for Android devices. KOReader for Android devices.
``` ```
sudo apt-get install ant sudo apt-get install ant
``` ```
In order to build Koreader package for Ubuntu Touch, the `click` package management In order to build KOReader package for Ubuntu Touch, the `click` package management
tool is needed, Ubuntu users can install it with: tool is needed, Ubuntu users can install it with:
``` ```
sudo apt-get install click sudo apt-get install click
``` ```
You might also need SDL library packages if you want to compile and run 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. KOReader on Linux PC. Fedora users can install `SDL` and `SDL-devel` package.
Ubuntu users probably need to install `libsdl2-dev` package: Ubuntu users probably need to install `libsdl2-dev` package:
Getting the source Getting the source
@ -179,7 +179,7 @@ If you want to compile the emulator for Windows run:
./kodev build win32 ./kodev build win32
``` ```
To run Koreader on your developing machine: To run KOReader on your developing machine:
``` ```
./kodev run ./kodev run
``` ```
@ -218,7 +218,7 @@ Translation
=========== ===========
Please refer to [l10n's README][l10n-readme] to grab the latest translations Please refer to [l10n's README][l10n-readme] to grab the latest translations
from [the Koreader project on Transifex][koreader-transifex] with this command: from [the KOReader project on Transifex][koreader-transifex] with this command:
``` ```
make po make po
``` ```

@ -1 +1 @@
Subproject commit 02ba8e1073de9b39c157e297e73a1e6e45d07552 Subproject commit 8aef7200f14a2410d06042ba46fd4ceb1c179aad
Loading…
Cancel
Save