mirror of
https://github.com/koreader/koreader.git
synced 2025-12-13 20:36:53 +01:00
[fix] add OSX build prerequisites cmake and makedepend (#3478)
This commit is contained in:
@@ -8,9 +8,9 @@ KOReader
|
|||||||
|
|
||||||
KOReader is a document viewer application, originally created for Kindle
|
KOReader is a document viewer application, originally created for Kindle
|
||||||
e-ink readers. It currently runs on Kindle, Kobo, PocketBook, Ubuntu Touch
|
e-ink readers. It currently runs on Kindle, Kobo, PocketBook, Ubuntu Touch
|
||||||
and Android (2.3+) devices. Developers can also run a KOReader emulator
|
and Android devices. Developers can also run a KOReader emulator
|
||||||
for development purposes on desktop PCs with Linux, Windows and
|
for development purposes on desktop PCs with Linux, Windows and
|
||||||
Mac OSX (experimental for now).
|
Mac OSX.
|
||||||
|
|
||||||
Main features for users
|
Main features for users
|
||||||
-----------------------
|
-----------------------
|
||||||
@@ -101,7 +101,7 @@ ld: cannot find -lglib-2.0`
|
|||||||
|
|
||||||
Mac OSX users may need to install these tools:
|
Mac OSX users may need to install these tools:
|
||||||
```
|
```
|
||||||
brew install nasm binutils libtool autoconf automake sdl2 lua51
|
brew install nasm binutils libtool autoconf automake cmake makedepend sdl2 lua51
|
||||||
```
|
```
|
||||||
|
|
||||||
The KOReader Android build requires `ant`, `openjdk-8-jdk` and `p7zip-full`. A compatible version of the Android NDK and SDK will be downloaded automatically by `./kodev build android` if no NDK or SDK is provided in environment variables. For that purpose you can use `NDK=/ndk/location SDK=/sdk/location ./kodev build android`.
|
The KOReader Android build requires `ant`, `openjdk-8-jdk` and `p7zip-full`. A compatible version of the Android NDK and SDK will be downloaded automatically by `./kodev build android` if no NDK or SDK is provided in environment variables. For that purpose you can use `NDK=/ndk/location SDK=/sdk/location ./kodev build android`.
|
||||||
|
|||||||
2
base
2
base
Submodule base updated: 62a73d8056...9347a6523b
Reference in New Issue
Block a user