UPDATE: https://github.com/tassoevan/pdo-oci-extension
Special thanks to:
UPDATE: https://github.com/tassoevan/pdo-oci-extension
Special thanks to:
| # OSX for Hackers (Mavericks/Yosemite) | |
| # | |
| # Source: https://gist.github.com/brandonb927/3195465 | |
| #!/bin/sh | |
| # Some things taken from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Ask for the administrator password upfront |
| #!/bin/sh | |
| # Some things taken from here | |
| # https://github.com/mathiasbynens/dotfiles/blob/master/.osx | |
| # Set the colours you can use | |
| black='\033[0;30m' | |
| white='\033[0;37m' | |
| red='\033[0;31m' | |
| green='\033[0;32m' |
| sudo apt-get install libtool automake autoconf uuid-dev uuid-dev | |
| cd /opt | |
| wget http://download.zeromq.org/zeromq-3.2.4.tar.gz | |
| sudo tar -xvzf zeromq-3.2.4.tar.gz | |
| cd zeromq-3.2.4/ | |
| ./configure | |
| sudo make install | |
| sudo ldconfig |