[fix] add OSX build prerequisites cmake and makedepend (#3478)

pull/3481/head
Huang Xin 7 years ago committed by GitHub
parent 1515753621
commit 0e5293f1eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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`.

@ -1 +1 @@
Subproject commit 62a73d80565b9b24ca92921fe92076b6532296c5 Subproject commit 9347a6523bce1d233dee84e70bf5282f17af901a
Loading…
Cancel
Save