Skip to content

Instantly share code, notes, and snippets.

@Pi7z4
Pi7z4 / compile_and_install_phalcon_mamp.md
Created April 26, 2014 19:19
Compile and Install Phalcon for MAMP

Find the path to your MAMP php bin directory. This is usually located within the MAMP folder in Applications:

	/Applications/MAMP/bin/php/phpx.x.x/bin

Open Terminal and export the PHP bin path:

	export PATH=/Applications/MAMP/bin/php/phpx.x.x/bin:$PATH
<link rel="import" href="../speech-mic/speech-mic.html">
<polymer-element name="my-element">
<template>
<style>
:host {
position: absolute;
width: 100%;
height: 100%;