kiwix / kiwix-xulrunner

[ARCHIVED] Legacy Kiwix desktop solution for Windows/macOS/Linux
https://download.kiwix.org/release/kiwix-xulrunner/
GNU General Public License v3.0
112 stars 28 forks source link

Android OSX SDK missing from download.kiwix.org/dev #337

Closed julianharty closed 7 years ago

julianharty commented 8 years ago

I'm resurrecting my build environment on OSX (Yosemite 10.10). make android-deps fails as one of the downloads - the Android SDK - is missing from the download server (I've checked).

I'll see if I can download the android sdk separately for now. Could you also make it available on the download server please?

wget --wait=10 --timeout=600 --retry-connrefused --no-check-certificate -c --no-use-server-timestamps -O android-sdk-24-osx.tar.bz http://download.kiwix.org/dev/android-sdk-24-osx.tar.bz --2016-10-03 00:30:05-- http://download.kiwix.org/dev/android-sdk-24-osx.tar.bz Resolving download.kiwix.org (download.kiwix.org)... 62.210.143.55 Connecting to download.kiwix.org (download.kiwix.org)|62.210.143.55|:80... connected. HTTP request sent, awaiting response... 404 Not Found 2016-10-03 00:30:05 ERROR 404: Not Found.

kelson42 commented 8 years ago

@julianharty Yes, nobody in the dev team uses OSX, so we can not maintain it for now. The instructions to build it are here https://github.com/kiwix/kiwix/blob/master/src/dependencies/Makefile.am#L65. If you build the OSX tarball please share it somewhere so we can upload it on download.kiwix.org/dev/.

That said, this is really better/easier to simply install Ubuntu.

Let me know about the results.

kelson42 commented 7 years ago

This issue was moved to kiwix/kiwix-android#63