doc: update koreader naming convention in readme

This commit is contained in:
Qingping Hou
2016-05-14 01:16:23 -07:00
parent f5b0f0dcd7
commit 76b58c38e7
2 changed files with 6 additions and 6 deletions

View File

@@ -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
Koreader for Android devices.
KOReader for Android devices.
```
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:
```
sudo apt-get install click
```
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:
Getting the source
@@ -179,7 +179,7 @@ If you want to compile the emulator for Windows run:
./kodev build win32
```
To run Koreader on your developing machine:
To run KOReader on your developing machine:
```
./kodev run
```
@@ -218,7 +218,7 @@ Translation
===========
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
```

2
base

Submodule base updated: 02ba8e1073...8aef7200f1