This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ brew install -i libssh2 | |
/* architecture tags are import. xampp 1.7.3 (osx) is x86. */ | |
$ ./configure --prefix=/usr/local --disable-debug --disable-dependency-tracking --with-openssl --with-libz CFLAGS="-O -arch i386" CPPFLAGS="-O -arch i386" LDFLAGS="-arch i386" | |
$ make install | |
$ exit | |
/* assuming you have wget installed on osx */ |