From 0e5293f1eb31e7af4108a79fd6f87ca7dc89ced9 Mon Sep 17 00:00:00 2001 From: Huang Xin Date: Sun, 12 Nov 2017 00:00:56 +0800 Subject: [PATCH] [fix] add OSX build prerequisites cmake and makedepend (#3478) --- README.md | 6 +++--- base | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ab02ea86..9a170e4c7 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@ KOReader KOReader is a document viewer application, originally created for Kindle 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 -Mac OSX (experimental for now). +Mac OSX. Main features for users ----------------------- @@ -101,7 +101,7 @@ ld: cannot find -lglib-2.0` 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`. diff --git a/base b/base index 62a73d805..9347a6523 160000 --- a/base +++ b/base @@ -1 +1 @@ -Subproject commit 62a73d80565b9b24ca92921fe92076b6532296c5 +Subproject commit 9347a6523bce1d233dee84e70bf5282f17af901a