Skip to content

Instantly share code, notes, and snippets.

View the-david's full-sized avatar

David Rodriguez the-david

  • D-ROC Ventures LLC
  • Las Vegas, NV
View GitHub Profile
@the-david
the-david / compile_and_install_phalcon_mamp.md
Created April 27, 2014 06:04
Compile and Install Phalcon for MAMP on OS X
  • Find the path to your MAMP PHP bin directory. This is located in the MAMP folder within the Applications directory.
/Applications/MAMP/bin/php/phpx.x.x/bin
  • Open Terminal and run the following command.
  • Note: Replace phpx.x.x with the version you're targeting (e.g. php5.5.10).
export PATH=/Applications/MAMP/bin/php/phpx.x.x/bin:$PATH