install - Installing Erlang/OTP 17.5 on OSX -
the official install instructions say:
if want build wx application, need wxwidgets-3.0 (wxwidgets-3.0.0.tar.bz2 http://sourceforge.net/projects/wxwindows/files/3.0.0/) or github bug fixes:
$ git clone --branch wx_3_0_branch git@github.com:wxwidgets/wxwidgets.git
who wouldn't want bug fixes:
$ git clone --branch wx_3_0_branch git@github.com:wxwidgets/wxwidgets.git cloning 'wxwidgets'... fatal: remote branch wx_3_0_branch not found in upstream origin
does know bug fix version located?
response comment:
with caps, get:
$ git clone --branch wx_3_0_branch git@github.com:wxwidgets/wxwidgets.git cloning 'wxwidgets'... ssh_exchange_identification: read: connection reset peer fatal: not read remote repository. please make sure have correct access rights , repository exists.
for future searchers: in order use github commands above, you need setup ssh keys computer. had done that, reason didn't work few hours later. firewall problems @ new location? don't know. moved different location/server getting connection reset peer
error, , created new ssh key, , able download , install wxwidgets. git clone
command downloads source, want @ ~/downloads
prompt when issue command. erlang install directions tell how install wxwidgets.
the branch in question named wx_3_0_branch
— uppercase.