opengisch / OSGeo4A

OSGeo4A is a build environment to cross-compile opensource GIS software for android devices
MIT License
30 stars 22 forks source link

Install on Mac (Guide readme) #72

Closed imanhn closed 3 years ago

imanhn commented 3 years ago

Hi, In section titled "MacOS Specific instructions" the part that suggest to execute brew tap caskroom/versions raises an error saying :

Error : caskroom/versions was moved. Tap homebrew/cask-versions instead.

So it should be replaced with brew tap homebrew/cask-versions.

and the next line (brew cask install java8) raises the following error

Error: Cask 'java8' is unavailable: No Cask with this name exists.

So it should also be replaced with brew cask install adoptopenjdk/openjdk/adoptopenjdk8 as well.

I was going to edit Readme.md and request a post but I couldn't do that (there is no edit on the page Readme.md)

Hope that helps someone and thanks for this awesome repo.

Cheers, Iman

TLDR: Please edit Readme.md with these :

brew tap homebrew/cask-versions brew cask install adoptopenjdk/openjdk/adoptopenjdk8

m-kuhn commented 3 years ago

Thanks. Are you able to edit here and open a pull request?

https://github.com/opengisch/OSGeo4A/edit/master/README.md

imanhn commented 3 years ago

Mattias, Sorry, for some reason I completely forgot to fork and make a pull request, I am doing it now. Thanks for the hint.