-
Install JDK 1.8
-
See if
JAVA_HOME
ENV variable is set to 1.8. If not, add this line in your~/.bashrc
:export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
And apply the changes to your session:
source ~/.bashrc
-
Install
mvn
:brew update brew install mvn brew upgrade mvn
-
Pull the prestodb sources:
git clone https://github.com/facebook/presto.git cd presto
-
Build the thing (took ~23 minutes for me):
mvn clean install
-
-
Save fire/fb96966de8b4f25ea692 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment