mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
doc: update koreader naming convention in readme
This commit is contained in:
10
README.md
10
README.md
@@ -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
2
base
Submodule base updated: 02ba8e1073...8aef7200f1
Reference in New Issue
Block a user